Skip to content

Commit 52a2e70

Browse files
authored
Merge pull request #145 from bashtage/update-upload
MAINT: Upload upload dependencies
2 parents e42e132 + a3bb452 commit 52a2e70

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ jobs:
100100
echo ${PWD}
101101
if [ ${ANACONDA_UPLOAD} == true ]; then
102102
# main branches of these two packages
103-
python -m pip install cython
104-
python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git@be1e14936a8e947da94d026c990715f0596d7043
103+
python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git
105104
python -m pip install "urllib3>=1.21.1,<2"
106105
ls ./wheelhouse/*.whl
107106
anaconda -t ${TOKEN} upload --force -u ${ANACONDA_ORG} ./wheelhouse/*.whl

statsmodels

0 commit comments

Comments
 (0)