We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bec8e commit 6c55fbeCopy full SHA for 6c55fbe
1 file changed
.github/workflows/release.yml
@@ -8,10 +8,10 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v2
12
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-python@v3
13
with:
14
- python-version: 3.10
+ python-version: '3.10'
15
- name: Install pypa/build
16
run: python -m pip install build --user
17
- name: Build a binary wheel and a source tarball
0 commit comments