Skip to content

Commit b1852a3

Browse files
Fix python version to 3.8.12
- update to `actions/setup-python@v2`
1 parent bec2c80 commit b1852a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@master
1414
- name: Set up Python 3.8.12
15-
uses: actions/setup-python@v1
15+
uses: actions/setup-python@v2
1616
with:
1717
python-version: "3.8.12"
1818
- name: Build a binary wheel and a source tarball

0 commit comments

Comments
 (0)