Skip to content

Commit

Permalink
🔧 (CI): Fix Release CI Github upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py authored Apr 15, 2024
1 parent 29cbb6d commit 71947c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
*.whl
wheels-*/*.whl
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') || contains(github.ref, 'dev') }}
- name: Publish to TestPyPI
if: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') || contains(github.ref, 'dev') }}
Expand Down

0 comments on commit 71947c0

Please sign in to comment.