Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,7 @@ jobs:
python --version
python -m pip install "cython<3" packaging
python -m pip list
python -m pip install git+https://github.com/bashtage/clyent.git
python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git
python -m pip install "urllib3>=1.21.1,<2"
python -m pip install anaconda-cli-base anaconda-client anaconda-cli
ls ./wheelhouse/*.whl
anaconda -t ${TOKEN} upload --force -u ${ANACONDA_ORG} ./wheelhouse/*.whl
echo "PyPI-style index: https://pypi.anaconda.org/$ANACONDA_ORG/simple"
Expand Down
Loading