Skip to content

Commit 9b2795b

Browse files
committed
Remove trailing slash
1 parent 76ad3cb commit 9b2795b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basemap-data-hires.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
cd ${{ env.PKGDIR }}
5252
python setup.py sdist
53-
pip wheel -w dist/ --no-deps dist/*.zip
53+
pip wheel -w dist --no-deps dist/*.zip
5454
-
5555
name: Upload build artifacts
5656
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)