Skip to content

Commit 1635245

Browse files
committed
remove unnecessary condition on commmit ref
1 parent 3de020e commit 1635245

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
sdist
2929
bdist_wheel
3030
- name: Publish distribution to PyPI
31-
if: startsWith(github.event.ref, 'refs/tags')
3231
uses: pypa/[email protected]
3332
with:
3433
# Password is set in GitHub UI to an API secret for pypi

0 commit comments

Comments
 (0)