Skip to content

Commit

Permalink
Merge pull request #8 from odigos-io/switch-twine-to-use-username-pas…
Browse files Browse the repository at this point in the history
…sword

fix: twine to use user/password
  • Loading branch information
tamirdavid1 authored Aug 19, 2024
2 parents 395f4ee + 1244ac8 commit a509f0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Publish to PyPI
env:
TWINE_API_KEY: ${{ secrets.PYPI_API_TOKEN }}
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
twine upload dist/*

0 comments on commit a509f0f

Please sign in to comment.