Skip to content

Commit ea76c64

Browse files
committed
Remove zip patterns from upload in basemap-for-windows workflow
1 parent 46f9acc commit ea76c64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ jobs:
191191
TWINE_REPOSITORY_URL: "${{ secrets.PYPI_REPOSITORY_URL }}"
192192
run: |
193193
python -m twine check \
194-
${{ env.PKGDIR }}/dist/*.zip \
195194
${{ env.PKGDIR }}/dist/*-win*.whl
196195
python -m twine upload --skip-existing \
197-
${{ env.PKGDIR }}/dist/*.zip \
198196
${{ env.PKGDIR }}/dist/*-win*.whl

0 commit comments

Comments
 (0)