8000 Merge pull request #22759 from matthewfeickert/ci/avoid-duplicate-upl… · matplotlib/matplotlib@8b1881f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b1881f

Browse files
authored
Merge pull request #22759 from matthewfeickert/ci/avoid-duplicate-uploads
MNT: Skip existing wheels during nightly wheel upload
2 parents 6c3412b + 4599e81 commit 8b1881f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightlies.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ jobs:
5454
run: |
5555
python -m pip install --upgrade pip setuptools wheel
5656
# c.f. https://github.com/Anaconda-Platform/anaconda-client/issues/540
57-
python -m pip install git+https://github.com/Anaconda-Server/anaconda-client
57+
python -m pip install git+https://github.com/Anaconda-Server/anaconda-client@be1e14936a8e947da94d026c990715f0596d7043
5858
python -m pip list
5959
6060
- name: Upload wheels to Anaconda Cloud as nightlies
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)
0