mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 21:40:11 -05:00
Update pypa/gh-action-pypi-publish to version with pinned hashes (#15350)
Use a version of the GitHub Action that uses a pinned hash, to fix the publish test. See https://github.com/astral-sh/uv/pull/15324 and https://github.com/pypa/gh-action-pypi-publish/pull/378 for details.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -1872,7 +1872,7 @@ jobs:
|
||||
../uv build
|
||||
|
||||
- name: "Publish astral-test-pypa-gh-action"
|
||||
uses: pypa/gh-action-pypi-publish@db8f07d3871a0a180efa06b95d467625c19d5d5f # release/v1
|
||||
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
|
||||
with:
|
||||
# With this GitHub action, we can't do as rigid checks as with our custom Python script, so we publish more
|
||||
# leniently
|
||||
|
||||
Reference in New Issue
Block a user