Skip to content

Commit

Permalink
Add upload to Pypi to publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-vv committed Oct 29, 2024
1 parent 8cfd956 commit bd7d5d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,12 @@ jobs:
macos-wheel/*.whl
windows-wheel/*.whl
source-distribution/*.tar.gz
- name: Install Twine
run: |
pip install twine
- name: Upload to PyPI
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: python -m twine upload --repository pypi *-wheel/traceon-*.whl source-distribution/*.tar.gz

0 comments on commit bd7d5d9

Please # to comment.