Skip to content

Commit 47fd967

Browse files
authored
Remove condition on publish causing it not to run (#8)
1 parent 9f9be63 commit 47fd967

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .github/workflows/publish.yml

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
.
3939
4040
- name: Publish a Python distribution to PyPI
41-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
4241
uses: pypa/gh-action-pypi-publish@master
4342
with:
4443
user: __token__

0 commit comments

Comments
 (0)