Skip to content

Commit

Permalink
Merge pull request #149 from bashtage/more-upload-windows
Browse files Browse the repository at this point in the history
MAINT: Update clyent
  • Loading branch information
bashtage authored Oct 23, 2023
2 parents d0e9f86 + fce8e17 commit 792feae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
python --version
python -m pip install "cython<3"
python -m pip list
python -m pip install git+https://github.com/anaconda-graveyard/clyent@b8cc94eccabfde03ef9cd527f1eeb6d69c03eaa6
python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git -vv
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"
ls ./wheelhouse/*.whl
anaconda -t ${TOKEN} upload --force -u ${ANACONDA_ORG} ./wheelhouse/*.whl
Expand Down

0 comments on commit 792feae

Please sign in to comment.