Skip to content

Commit

Permalink
feat: update release workflow token variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
RuanJohn committed Feb 27, 2024
1 parent b2e8ad9 commit a440a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.API_TOKEN }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
hatch build
twine upload dist/*

0 comments on commit a440a5d

Please sign in to comment.