Skip to content

Commit

Permalink
* publish on any push, not just special "release" tags [rtj]
Browse files Browse the repository at this point in the history
  • Loading branch information
rjones30 committed Sep 30, 2024
1 parent 227acad commit aeda8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
publish-to-pypi:
name: >-
Publish Python jupyroot distribution to PyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
#if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit aeda8e7

Please sign in to comment.