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 dc79402 commit d2b5c42Copy full SHA for d2b5c42
.github/workflows/publish-pypi.yml
@@ -62,9 +62,6 @@ jobs:
62
run: uv sync --all-groups --all-extras
63
if: steps.cached-uv-dependencies.outputs.cache-hit != 'true'
64
65
- - name: Add PyPI secret
66
- run: uv config token pypi ${{ secrets.PYPI_TOKEN }}
67
-
68
- name: Build package
69
run: uv build
70
@@ -73,4 +70,6 @@ jobs:
73
74
71
- name: Publish to PyPI
75
72
if: ${{ inputs.publish }}
+ env:
+ UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
76
run: uv publish
0 commit comments