Skip to content

Commit abbc20d

Browse files
committed
Use the latest Python version for deploy task
1 parent bfa8d7a commit abbc20d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up Python 3.10
14+
- name: Set up Python
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: "3.10"
17+
python-version: 3.x
1818
- name: Build wheel and source tarball
1919
run: |
2020
pip install wheel

0 commit comments

Comments
 (0)