Skip to content

Commit

Permalink
Fixing release for pypi api tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee authored Feb 3, 2024
1 parent 68e7f3d commit be8db88
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ jobs:
run: |
tox -e clean
tox -e build
- name: tox publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
tox -e publish -- --repository pypi
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit be8db88

Please sign in to comment.