We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7ad4d commit 832266aCopy full SHA for 832266a
.github/workflows/basemap-for-manylinux.yml
@@ -287,8 +287,8 @@ jobs:
287
set -e
288
. /etc/profile
289
python -m twine check \
290
- ${{ env.PKGDIR }}/dist/*.tar.gz \
+ ${{ env.PKGDIR }}/dist/*.zip \
291
${{ env.PKGDIR }}/dist/*-manylinux1*.whl
292
python -m twine upload --skip-existing \
293
294
0 commit comments