Skip to content

Commit 03dfeb0

Browse files
committed
Update pip wheel call in basemap-for-manylinux workflow
1 parent cad118a commit 03dfeb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basemap-for-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
export CFLAGS="-std=c99"
143143
pip install -r requirements-setup.txt
144144
python setup.py sdist
145-
pip wheel -w dist --no-deps dist/basemap*.zip
145+
pip wheel -w dist --no-deps dist/*.zip
146146
-
147147
name: Upload build artifacts
148148
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)