Skip to content

Commit

Permalink
remove if condition in ci job for pypi release (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 authored Dec 6, 2023
1 parent e8293cb commit 6c4cec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: dist

- name: Publish package distributions to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1

containerbuild:
Expand Down

0 comments on commit 6c4cec1

Please sign in to comment.