There was an error while loading. Please reload this page.
1 parent 603e85c commit 7c5b9e2Copy full SHA for 7c5b9e2
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,8 @@ jobs:
21
- uses: actions/checkout@v7
22
- uses: actions/setup-python@v6
23
with:
24
- python-version: '3.10'
+ python-version: '3.13'
25
+
26
- name: Build wheel and sdist
27
run: |
28
python -m pip install --upgrade build
@@ -31,7 +32,7 @@ jobs:
31
32
run: ls -la dist/ # diagnose issue
33
34
- name: Publish to PyPI
- uses: pypa/gh-action-pypi-publish@release/v1
35
+ uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
36
37
attestations: true
38
0 commit comments