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 590a61b commit 4cb28c0Copy full SHA for 4cb28c0
.github/workflows/release.yml
@@ -86,9 +86,9 @@ jobs:
86
uv build --sdist --wheel --out-dir dist/
87
uv run --extra=release check-wheel-contents dist/*.whl
88
89
- # We use PyPI trusted publishing rather than a PyPI API token.
90
- # See https://github.com/pypa/gh-action-pypi-publish/tree/release/v1/?tab=readme-ov-file#trusted-publishing.
91
- name: Publish distribution 📦 to PyPI
+ # We use PyPI trusted publishing rather than a PyPI API token.
+ # See https://github.com/pypa/gh-action-pypi-publish/tree/release/v1/?tab=readme-ov-file#trusted-publishing.
92
uses: pypa/gh-action-pypi-publish@release/v1
93
with:
94
verbose: true
0 commit comments