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 c395b45 commit ba811a7Copy full SHA for ba811a7
.github/workflows/package-release.yaml
@@ -201,9 +201,12 @@ jobs:
201
202
- name: Publish to PyPI
203
if: ${{ steps.semantic-release.outputs.new_release_published == 'true' && inputs.release-dry-run != 'true' }}
204
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # ratchet:pypa/gh-action-pypi-publish@release/v1
205
- with:
206
- packages-dir: dist
+ # uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # ratchet:pypa/gh-action-pypi-publish@release/v1
+ run: uv publish
+ env:
207
+ UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}
208
+ # with:
209
+ # packages-dir: dist
210
211
- name: Minimize uv cache
212
run: uv cache prune --ci
0 commit comments