Skip to content

Commit 7dfd173

Browse files
MNT: Skip existing wheels during nightly wheel upload
Add the '--skip-existing' option for anaconda upload to > Skip errors on package batch upload if it already exists This will keep the nightlies.yml workflow from erroring out if no new wheels were generated, or if a workflow is manually rerun. Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 162e306 commit 7dfd173

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightlies.yml

+1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ jobs:
6161
run: |
6262
anaconda --token ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }} upload \
6363
--user scipy-wheels-nightly \
64+
--skip-existing \
6465
dist/matplotlib-*.whl

0 commit comments

Comments
 (0)