We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec2c80 commit b1852a3Copy full SHA for b1852a3
.github/workflows/publish-to-pypi.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@master
14
- name: Set up Python 3.8.12
15
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
16
with:
17
python-version: "3.8.12"
18
- name: Build a binary wheel and a source tarball
0 commit comments