Skip to content

Commit d7f2465

Browse files
authored
Merge pull request #194 from bashtage/update-anaconda
MAINT: Update anaconda uploader
2 parents 187d736 + 48a4695 commit d7f2465

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@ jobs:
120120
python --version
121121
python -m pip install "cython<3" packaging
122122
python -m pip list
123-
python -m pip install git+https://github.com/bashtage/clyent.git
124-
python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git
125-
python -m pip install "urllib3>=1.21.1,<2"
123+
python -m pip install anaconda-cli-base anaconda-client anaconda-cli
126124
ls ./wheelhouse/*.whl
127125
anaconda -t ${TOKEN} upload --force -u ${ANACONDA_ORG} ./wheelhouse/*.whl
128126
echo "PyPI-style index: https://pypi.anaconda.org/$ANACONDA_ORG/simple"

0 commit comments

Comments
 (0)