There was an error while loading. Please reload this page.
1 parent c5d7d0b commit 4d6f87eCopy full SHA for 4d6f87e
1 file changed
.github/workflows/publish-pypi.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
22
with:
23
enable-cache: false
24
- version: 0.9.5
+ version: 0.12.5
25
26
- name: Set up Python 3.12
27
run: uv python install 3.12
@@ -57,7 +57,7 @@ jobs:
57
path: dist/
58
59
- name: Publish package distributions to PyPI
60
- uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
+ uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
61
62
# Lets a re-run after a partially failed upload publish the remaining
63
# files instead of erroring on the ones already on PyPI.
0 commit comments