Skip to content

Commit

Permalink
Fix API token for spandrel_extra_arches
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Mar 7, 2024
1 parent d8ca9ea commit 6c0feb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-spandrel_extra_arches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- name: Publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN_EXTRAS }}
run: twine upload --repository pypi libs/spandrel_extra_arches/dist/*

0 comments on commit 6c0feb2

Please sign in to comment.