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 ef9836a + 68daff5 commit a5604d4Copy full SHA for a5604d4
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
python setup.py sdist bdist_wheel
35
36
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
37
with:
38
name: build-artifact
39
retention-days: 30
.github/workflows/publish.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
twine check dist/*
44
45
46
47
48
0 commit comments