Skip to content

Commit 792feae

Browse files
authored
Merge pull request #149 from bashtage/more-upload-windows
MAINT: Update clyent
2 parents d0e9f86 + fce8e17 commit 792feae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ jobs:
103103
python --version
104104
python -m pip install "cython<3"
105105
python -m pip list
106-
python -m pip install git+https://github.com/anaconda-graveyard/clyent@b8cc94eccabfde03ef9cd527f1eeb6d69c03eaa6
107-
python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git -vv
106+
python -m pip install git+https://github.com/bashtage/clyent.git
107+
python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git
108108
python -m pip install "urllib3>=1.21.1,<2"
109109
ls ./wheelhouse/*.whl
110110
anaconda -t ${TOKEN} upload --force -u ${ANACONDA_ORG} ./wheelhouse/*.whl

0 commit comments

Comments
 (0)