Skip to content

Commit

Permalink
Merge pull request #165 from prebid/dshore/pypi_token_auth
Browse files Browse the repository at this point in the history
Use pypi auth token
  • Loading branch information
dshore authored Sep 27, 2024
2 parents 29a3e33 + a84eb78 commit fdefe3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m pip install twine==5.1.1 wheel
- name: Build and publish
env:
TWINE_USERNAME: 'Prebid'
TWINE_PASSWORD: '${{ secrets.PYPI_PASSWORD }}'
TWINE_USERNAME: '__token__'
TWINE_PASSWORD: 'pypi-${{ secrets.PYPI_TOKEN }}'
run: |
make release

0 comments on commit fdefe3b

Please sign in to comment.