Skip to content

Commit

Permalink
update release.yml for pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dummerle committed May 21, 2021
1 parent 8551bd0 commit f0f9c8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
pypy-deploy:

if: "!github.event.release.prerelease"
runs-on: ubuntu-latest

steps:
Expand All @@ -28,6 +28,7 @@ jobs:
twine upload dist/*
aur-publish:
if: "!github.event.release.prerelease"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"QtAwesome",
"notify-py",
"psutil",
"pypresence"
"pypresence",
'pywin32; platform_system == "Windows"'
]

if os.name == "nt":
Expand Down

0 comments on commit f0f9c8c

Please sign in to comment.