Skip to content

Commit 7c5b9e2

Browse files
committed
random update
1 parent 603e85c commit 7c5b9e2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- uses: actions/checkout@v7
2222
- uses: actions/setup-python@v6
2323
with:
24-
python-version: '3.10'
24+
python-version: '3.13'
25+
2526
- name: Build wheel and sdist
2627
run: |
2728
python -m pip install --upgrade build
@@ -31,7 +32,7 @@ jobs:
3132
run: ls -la dist/ # diagnose issue
3233

3334
- name: Publish to PyPI
34-
uses: pypa/gh-action-pypi-publish@release/v1
35+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
3536
with:
3637
attestations: true
3738

0 commit comments

Comments
 (0)