Skip to content

Commit 4cb28c0

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 590a61b commit 4cb28c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
uv build --sdist --wheel --out-dir dist/
8787
uv run --extra=release check-wheel-contents dist/*.whl
8888
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.
9189
- name: Publish distribution 📦 to PyPI
90+
# We use PyPI trusted publishing rather than a PyPI API token.
91+
# See https://github.com/pypa/gh-action-pypi-publish/tree/release/v1/?tab=readme-ov-file#trusted-publishing.
9292
uses: pypa/gh-action-pypi-publish@release/v1
9393
with:
9494
verbose: true

0 commit comments

Comments
 (0)