8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c3412b + 4599e81 commit 8b1881fCopy full SHA for 8b1881f
.github/workflows/nightlies.yml
@@ -54,11 +54,12 @@ jobs:
54
run: |
55
python -m pip install --upgrade pip setuptools wheel
56
# c.f. https://github.com/Anaconda-Platform/anaconda-client/issues/540
57
- python -m pip install git+https://github.com/Anaconda-Server/anaconda-client
+ python -m pip install git+https://github.com/Anaconda-Server/anaconda-client@be1e14936a8e947da94d026c990715f0596d7043
58
python -m pip list
59
60
- name: Upload wheels to Anaconda Cloud as nightlies
61
62
anaconda --token ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }} upload \
63
--user scipy-wheels-nightly \
64
+ --skip-existing \
65
dist/matplotlib-*.whl
0 commit comments