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 098edef + 1130a5d commit 02e0cccCopy full SHA for 02e0ccc
1 file changed
.github/workflows/publish.yml
@@ -104,7 +104,7 @@ jobs:
104
CIBW_BUILD_VERBOSITY: "3"
105
106
- name: Upload wheels as artifacts
107
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
108
with:
109
path: ./wheelhouse/*.whl
110
if-no-files-found: error
@@ -139,7 +139,7 @@ jobs:
139
run: maturin sdist
140
141
- name: Upload sdist as an artifact
142
143
144
path: ./light-curve/target/wheels/*.tar.gz
145
0 commit comments