Skip to content

Commit 2c54ee1

Browse files
committed
Update workflow
1 parent 4e6ac89 commit 2c54ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
python -m build .
3535
3636
- name: Publish package to Prod PyPi
37-
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags') && !github.event.release.prerelease
37+
# if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags') && !github.event.release.prerelease
3838
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)