Skip to content

Commit 325d56e

Browse files
committed
Remove sdist from basemap-for-windows workflow
1 parent ef00b6a commit 325d56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
$env:GEOS_DIR = "extern"
135135
$env:NUMPY_INCLUDE_PATH = "extern/include"
136136
pip install -r requirements-setup.txt
137-
python setup.py sdist bdist_wheel
137+
python setup.py bdist_wheel
138138
-
139139
name: Upload build artifacts
140140
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)