Skip to content

Commit

Permalink
CI and PyPI experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Nicodemus committed Aug 22, 2024
1 parent edad787 commit a484aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
release:
needs: build_wheels
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/') || (github.event_name == 'release' && github.event.action == 'published')
steps:
- name: Upload Release Asset
uses: softprops/action-gh-release@v2.0.8
Expand Down

0 comments on commit a484aff

Please sign in to comment.