Skip to content

Commit c2212e4

Browse files
committed
fix: use API token for PyPI publishing instead of trusted publishing
1 parent 4e35529 commit c2212e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-rust-wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ jobs:
145145
- name: Publish to PyPI
146146
uses: pypa/gh-action-pypi-publish@release/v1
147147
with:
148-
# For trusted publishing, no token needed if configured on PyPI
149-
# Otherwise use: password: ${{ secrets.PYPI_API_TOKEN_RUST }}
148+
password: ${{ secrets.PYPI_API_TOKEN_RUST }}
150149
skip-existing: true
151150

152151
# Test the wheels

0 commit comments

Comments
 (0)