Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8b1881f

Browse filesBrowse 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
Copy full SHA for 8b1881f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎.github/workflows/nightlies.yml

Copy file name to clipboardExpand all lines: .github/workflows/nightlies.yml
+2-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.