Skip to content

Commit 47c509d

Browse files
committed
x
1 parent 284f665 commit 47c509d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Publish
6262
env:
6363
TWINE_USERNAME: __token__
64-
TWINE_PASSWORD: ${{ secrets.twine_token || secrets.PYPI_TOKEN }}
64+
TWINE_PASSWORD: ${{ secrets.twine_token }}
6565
run: |
6666
uv run pyproject-build
6767
uv run twine upload --verbose --repository ${{ inputs.repository }} dist/*

0 commit comments

Comments
 (0)