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 6bdd78e commit db12124Copy full SHA for db12124
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
CIBW_ARCHS_MACOS: x86_64 arm64
36
CIBW_ARCHS_LINUX: x86_64 aarch64
37
38
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
39
with:
40
path: ./wheelhouse/*.whl
41
@@ -50,7 +50,7 @@ jobs:
50
- name: Build sdist
51
run: pipx run build --sdist
52
53
54
55
path: dist/*.tar.gz
56
@@ -60,7 +60,7 @@ jobs:
60
# upload to PyPI on every tag
61
if: github.event_name == 'push' && github.ref_type == 'tag'
62
steps:
63
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v3
64
65
name: artifact
66
path: dist
0 commit comments