Skip to content

Commit 2d6c218

Browse files
committed
Remove bad if in Github Action
1 parent 648f2f6 commit 2d6c218

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
run: python -m build
3030

3131
- name: Publish a Python distribution to PyPI
32-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3332
uses: pypa/gh-action-pypi-publish@release/v1
3433
with:
3534
user: __token__

0 commit comments

Comments
 (0)