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 a1378b7 + c2615d6 commit 7443158Copy full SHA for 7443158
.github/workflows/publish.yml
@@ -52,7 +52,7 @@ jobs:
52
CIBW_SKIP: "*-musllinux_i686 pp39-*" # rustup doesn't install i686-musl, pyO3<0.16 doesn't support pypy3.9
53
54
- name: Upload wheels as artifacts
55
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
56
with:
57
path: ./wheelhouse/*.whl
58
if-no-files-found: error
@@ -78,7 +78,7 @@ jobs:
78
run: maturin sdist
79
80
- name: Upload sdist as an artifact
81
82
83
path: ./light-curve/target/wheels/*.tar.gz
84
0 commit comments