Skip to content

Commit

Permalink
Update pypi to work with token
Browse files Browse the repository at this point in the history
  • Loading branch information
yoniabrahamy authored Dec 28, 2023
1 parent 0df8428 commit 8390118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Publish
if: startsWith(github.ref, 'refs/tags/')
env:
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
make upload

0 comments on commit 8390118

Please sign in to comment.