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 a2febef commit b0c949aCopy full SHA for b0c949a
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
python-version: ${{ matrix.python-version }}
41
allow-prereleases: true
42
- - uses: astral-sh/setup-uv@v3
+ - uses: astral-sh/setup-uv@v4
43
44
version: ">=0.4.18"
45
- run: uv tool install tox
.github/workflows/release.yml
@@ -37,6 +37,6 @@ jobs:
37
file_glob: true
38
- name: Publish
- uses: pypa/gh-action-pypi-publish@v1.11.0
+ uses: pypa/gh-action-pypi-publish@v1.12.2
# with:
# attestations: true
0 commit comments