Skip to content

Commit 8871e9f

Browse files
committed
Fix pipy publishing workflow.
1 parent a4a403e commit 8871e9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish_pipy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
run: |
1818
python -m pip install build
1919
python -m build
20-
- uses: pypa/[email protected]
20+
- name: Publish distribution to PyPI
21+
if: startsWith(github.ref, 'refs/tags')
22+
uses: pypa/[email protected]
2123
with:
2224
password: {{ '${{ secrets.PYPI_PASSWORD }}' }}
2325

0 commit comments

Comments
 (0)