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.
2 parents 0f0fa72 + 016b612 commit 169c42cCopy full SHA for 169c42c
1 file changed
.github/workflows/publish.yml
@@ -17,8 +17,8 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout ${{ github.head_ref || github.ref_name }}
20
- uses: actions/checkout@v3
21
- - uses: actions/setup-python@v3
+ uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
22
with:
23
python-version: "3.10"
24
- name: Install dependencies
@@ -36,12 +36,12 @@ jobs:
36
echo $WHEEL
37
shell: bash
38
- name: Upload sdist artifact to GitHub
39
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
40
41
name: ${{ env.SDIST }}
42
path: dist/${{ env.SDIST }}
43
- name: Upload wheel artifact to GitHub
44
45
46
name: ${{ env.WHEEL }}
47
path: dist/${{ env.WHEEL }}
0 commit comments