Skip to content

Commit

Permalink
chore: use pypi token for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Jan 2, 2024
1 parent b2b2738 commit dfaf806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
python -m pip install setuptools wheel build twine
- name: build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASS }}
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PROJECT_TOKEN }}
run: |
python -m build
python -m twine upload dist/*
Expand Down

0 comments on commit dfaf806

Please sign in to comment.