Skip to content

Commit 324b83f

Browse files
committed
Use proper line break character for PowerShell
1 parent ea76c64 commit 324b83f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
TWINE_PASSWORD: "${{ secrets.PYPI_TOKEN }}"
191191
TWINE_REPOSITORY_URL: "${{ secrets.PYPI_REPOSITORY_URL }}"
192192
run: |
193-
python -m twine check \
193+
python -m twine check `
194194
${{ env.PKGDIR }}/dist/*-win*.whl
195-
python -m twine upload --skip-existing \
195+
python -m twine upload --skip-existing `
196196
${{ env.PKGDIR }}/dist/*-win*.whl

0 commit comments

Comments
 (0)