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 ea76c64 commit 324b83fCopy full SHA for 324b83f
.github/workflows/basemap-for-windows.yml
@@ -190,7 +190,7 @@ jobs:
190
TWINE_PASSWORD: "${{ secrets.PYPI_TOKEN }}"
191
TWINE_REPOSITORY_URL: "${{ secrets.PYPI_REPOSITORY_URL }}"
192
run: |
193
- python -m twine check \
+ python -m twine check `
194
${{ env.PKGDIR }}/dist/*-win*.whl
195
- python -m twine upload --skip-existing \
+ python -m twine upload --skip-existing `
196
0 commit comments