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 98a49b2 commit 00bd624Copy full SHA for 00bd624
.github/workflows/publish-pypi.yml
@@ -58,9 +58,6 @@ jobs:
58
run: "uv pip install --all-extras -r pyproject.toml"
59
if: steps.cached-uv-dependencies.outputs.cache-hit != 'true'
60
61
- - name: "Add PyPI secret"
62
- run: "uv pip config set pypi-token.pypi ${{ secrets.PYPI_TOKEN }}"
63
-
64
- name: "Build package"
65
run: "uv build"
66
@@ -69,4 +66,4 @@ jobs:
69
70
67
- name: "Publish to PyPI"
71
68
if: ${{ inputs.publish }}
72
- run: "uv publish"
+ run: "uv publish --token ${{ secrets.PYPI_TOKEN }}"
0 commit comments