Skip to content

Commit 832266a

Browse files
committed
Fix sdist extensions in basemap-for-manylinux workflow
1 parent 3b7ad4d commit 832266a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ jobs:
287287
set -e
288288
. /etc/profile
289289
python -m twine check \
290-
${{ env.PKGDIR }}/dist/*.tar.gz \
290+
${{ env.PKGDIR }}/dist/*.zip \
291291
${{ env.PKGDIR }}/dist/*-manylinux1*.whl
292292
python -m twine upload --skip-existing \
293-
${{ env.PKGDIR }}/dist/*.tar.gz \
293+
${{ env.PKGDIR }}/dist/*.zip \
294294
${{ env.PKGDIR }}/dist/*-manylinux1*.whl

0 commit comments

Comments
 (0)