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 03dfeb0 commit d27ad85Copy full SHA for d27ad85
.github/workflows/basemap-for-windows.yml
@@ -168,7 +168,7 @@ jobs:
168
$env:NUMPY_INCLUDE_PATH = "$env:GITHUB_WORKSPACE/${{ env.PKGDIR }}/extern/include"
169
pip install -r requirements-setup.txt
170
python setup.py sdist
171
- pip wheel -w dist --no-deps (Get-Item ${{ env.PKGDIR }}/dist/*.zip)
+ pip wheel -w dist --no-deps (Get-Item dist/*.zip)
172
-
173
name: Upload build artifacts
174
uses: actions/upload-artifact@v1
0 commit comments