Skip to content

Commit 3549302

Browse files
authored
Merge pull request #147 from bashtage/try-update-upload
MAINT: Update upload
2 parents 378014f + b006c1a commit 3549302

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
@@ -101,9 +101,9 @@ jobs:
101101
if [ ${ANACONDA_UPLOAD} == true ]; then
102102
# main branches of these two packages
103103
python --version
104-
python -m pip install cython<3
104+
python -m pip install "cython<3"
105105
python -m pip list
106-
python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git
106+
python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git -vv
107107
python -m pip install "urllib3>=1.21.1,<2"
108108
ls ./wheelhouse/*.whl
109109
anaconda -t ${TOKEN} upload --force -u ${ANACONDA_ORG} ./wheelhouse/*.whl

0 commit comments

Comments
 (0)