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.
2 parents 0014ffd + 75c8c9e commit 191688fCopy full SHA for 191688f
.github/workflows/basemap-for-windows.yml
@@ -148,7 +148,6 @@ jobs:
148
arch:
149
[
150
"x64",
151
- "x86",
152
]
153
python-version:
154
@@ -190,9 +189,7 @@ jobs:
190
189
TWINE_PASSWORD: "${{ secrets.PYPI_TOKEN }}"
191
TWINE_REPOSITORY_URL: "${{ secrets.PYPI_REPOSITORY_URL }}"
192
run: |
193
- python -m twine check \
194
- ${{ env.PKGDIR }}/dist/*.zip \
+ python -m twine check `
195
${{ env.PKGDIR }}/dist/*-win*.whl
196
- python -m twine upload --skip-existing \
197
+ python -m twine upload --skip-existing `
198
0 commit comments