We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e247ce3 commit be20287Copy full SHA for be20287
.github/workflows/pypi.yml
@@ -22,4 +22,4 @@
22
- run: uv python install 3.12
23
- run: uv sync --all-extras --dev
24
- run: uv build
25
- - run: uv publish --username __token__ --password ${{ secrets.PYPI_TOKEN }}
+ - run: uv publish --username __token__ --password ${{ secrets.PYPI_PASS }}
0 commit comments