Skip to content

Commit 94a7285

Browse files
Use Python 3.x in publish workflow
1 parent bcb192b commit 94a7285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v6
1919
with:
20-
python-version: '3.12'
20+
python-version: '3.x'
2121
cache: 'pip'
2222

2323
- name: Install publish requirements

0 commit comments

Comments
 (0)