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 76ad3cb commit 9b2795bCopy full SHA for 9b2795b
.github/workflows/basemap-data-hires.yml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
cd ${{ env.PKGDIR }}
52
python setup.py sdist
53
- pip wheel -w dist/ --no-deps dist/*.zip
+ pip wheel -w dist --no-deps dist/*.zip
54
-
55
name: Upload build artifacts
56
uses: actions/upload-artifact@v1
0 commit comments