Skip to content

Commit a4a403e

Browse files
committed
Add pipy publishing workflow.
1 parent 25d6ee1 commit a4a403e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish_pipy.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
python-version: '3.9'
1616
- name: Build a binary wheel and a source tarball
1717
run: |
18-
python -mpip install build
18+
python -m pip install build
1919
python -m build
20-
- name: Publish distribution to PyPI
21-
if: startsWith(github.ref, 'refs/tags')
22-
uses: pypa/[email protected]
20+
- uses: pypa/[email protected]
2321
with:
2422
password: {{ '${{ secrets.PYPI_PASSWORD }}' }}
23+

0 commit comments

Comments
 (0)