We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e35529 commit c2212e4Copy full SHA for c2212e4
.github/workflows/build-rust-wheels.yml
@@ -145,8 +145,7 @@ jobs:
145
- name: Publish to PyPI
146
uses: pypa/gh-action-pypi-publish@release/v1
147
with:
148
- # For trusted publishing, no token needed if configured on PyPI
149
- # Otherwise use: password: ${{ secrets.PYPI_API_TOKEN_RUST }}
+ password: ${{ secrets.PYPI_API_TOKEN_RUST }}
150
skip-existing: true
151
152
# Test the wheels
0 commit comments