We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee7f9d commit ce59d6cCopy full SHA for ce59d6c
.github/workflows/pypi.yml
@@ -10,10 +10,10 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@master
13
- - name: Setup Python 3.10
+ - name: Setup Python 3.10.16
14
uses: actions/setup-python@v1
15
with:
16
- python-version: 3.10
+ python-version: 3.10.16
17
- name: Install pypa/build
18
run: >-
19
python -m
0 commit comments