Skip to content

Commit

Permalink
Add pipy publishing workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleBortol committed Jul 25, 2024
1 parent 25d6ee1 commit a4a403e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish_pipy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
python-version: '3.9'
- name: Build a binary wheel and a source tarball
run: |
python -mpip install build
python -m pip install build
python -m build
- name: Publish distribution to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/[email protected]
- uses: pypa/[email protected]
with:
password: {{ '${{ secrets.PYPI_PASSWORD }}' }}

0 comments on commit a4a403e

Please sign in to comment.