1
0
Fork 0
mirror of synced 2024-06-28 03:00:49 +12:00

update release.yml for pre release

This commit is contained in:
Dummerle 2021-05-21 16:58:18 +02:00
parent 8551bd000e
commit f0f9c8ccd1
2 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,7 @@ on:
jobs: jobs:
pypy-deploy: pypy-deploy:
if: "!github.event.release.prerelease"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -28,6 +28,7 @@ jobs:
twine upload dist/* twine upload dist/*
aur-publish: aur-publish:
if: "!github.event.release.prerelease"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View file

@ -16,7 +16,8 @@ requirements = [
"QtAwesome", "QtAwesome",
"notify-py", "notify-py",
"psutil", "psutil",
"pypresence" "pypresence",
'pywin32; platform_system == "Windows"'
] ]
if os.name == "nt": if os.name == "nt":