Skip to content

Commit

Permalink
ci: update build requirements (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez authored Mar 26, 2024
1 parent 2a6a1f7 commit 9e44ead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python -m pip install --upgrade pip
pip install build
python -m build
twine upload dist/*

0 comments on commit 9e44ead

Please sign in to comment.