Skip to content

Commit 191688f

Browse files
committed
Merge branch 'master' into develop
2 parents 0014ffd + 75c8c9e commit 191688f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ jobs:
148148
arch:
149149
[
150150
"x64",
151-
"x86",
152151
]
153152
python-version:
154153
[
@@ -190,9 +189,7 @@ jobs:
190189
TWINE_PASSWORD: "${{ secrets.PYPI_TOKEN }}"
191190
TWINE_REPOSITORY_URL: "${{ secrets.PYPI_REPOSITORY_URL }}"
192191
run: |
193-
python -m twine check \
194-
${{ env.PKGDIR }}/dist/*.zip \
192+
python -m twine check `
195193
${{ env.PKGDIR }}/dist/*-win*.whl
196-
python -m twine upload --skip-existing \
197-
${{ env.PKGDIR }}/dist/*.zip \
194+
python -m twine upload --skip-existing `
198195
${{ env.PKGDIR }}/dist/*-win*.whl

0 commit comments

Comments
 (0)