Skip to content

Commit e383513

Browse files
authored
Merge pull request #179 from bashtage/add-packaging
MAINT: Add packagin for upload
2 parents 3304739 + f4790d1 commit e383513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
if [ ${ANACONDA_UPLOAD} == true ]; then
129129
# main branches of these two packages
130130
python --version
131-
python -m pip install "cython<3"
131+
python -m pip install "cython<3" packaging
132132
python -m pip list
133133
python -m pip install git+https://github.com/bashtage/clyent.git
134134
python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git

0 commit comments

Comments
 (0)