Skip to content

Commit 6608a35

Browse files
authored
Update python-publish.yml
1 parent 32b5523 commit 6608a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# separate terms of service, privacy policy, and support
77
# documentation.
88

9-
name: Upload Python Package
9+
name: chordspy
1010

1111
on:
1212
release:
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.x"
27+
python-version: "3.13"
2828

2929
- name: Build release distributions
3030
run: |

0 commit comments

Comments
 (0)