1
0
Fork 0
mirror of synced 2024-06-22 16:20:32 +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:
pypy-deploy:
if: "!github.event.release.prerelease"
runs-on: ubuntu-latest
steps:
@ -28,6 +28,7 @@ jobs:
twine upload dist/*
aur-publish:
if: "!github.event.release.prerelease"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View file

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