Skip to content

Commit

Permalink
#447: add condition back to pypi pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Oct 4, 2023
1 parent 4aa39d8 commit a13bb30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: |
python -m build --sdist --wheel --outdir dist/ .
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down

0 comments on commit a13bb30

Please sign in to comment.