We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76debbd commit a817c2fCopy full SHA for a817c2f
.github/workflows/build.yml
@@ -4,7 +4,7 @@ on: push
4
5
jobs:
6
build_release:
7
- # if: startsWith(github.ref, 'refs/tags/v')
+ if: startsWith(github.ref, 'refs/tags/v')
8
runs-on: ${{ matrix.os }}
9
strategy:
10
fail-fast: false
main.py
@@ -6,7 +6,7 @@
class Launcher():
- version = '2024.05b280'
+ version = '2024.06b90'
__version__ = '0.2'
11
12
# holds the style of the app
0 commit comments