File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,12 @@ jobs:
35
35
36
36
- name : Install build dependencies
37
37
run : |
38
- python -m pip install --upgrade pip
39
- pip install build wheel
38
+ python -m pip install build wheel
40
39
41
40
- name : Build package
42
41
run : |
43
42
cd packages/${{ matrix.package }}
44
- python -m build --wheel --sdist
43
+ python -m build --sdist --wheel
45
44
46
45
- uses : actions/upload-artifact@v4
47
46
with :
66
65
environment : >-
67
66
GEOS_DIR="/project/packages/basemap/extern"
68
67
LD_LIBRARY_PATH="/project/packages/basemap/extern/lib"
69
- PIP_DEFAULT_TIMEOUT=10
70
68
PIP_DISABLE_PIP_VERSION_CHECK=1
71
69
PIP_PREFER_BINARY=1
72
- PIP_RETRIES=0
73
70
PYTHONUNBUFFERED=1
74
71
PYTHONWARNINGS="ignore:DEPRECATION"
75
72
85
82
"
86
83
environment : >-
87
84
GEOS_DIR="D:/a/basemap/basemap/packages/basemap/extern"
88
- PIP_DEFAULT_TIMEOUT=10
89
85
PIP_DISABLE_PIP_VERSION_CHECK=1
90
86
PIP_PREFER_BINARY=1
91
- PIP_RETRIES=0
92
87
PYTHONUNBUFFERED=1
93
88
PYTHONWARNINGS="ignore:DEPRECATION"
94
89
104
99
- name : Build SDist
105
100
if : matrix.os == 'ubuntu-latest'
106
101
run : |
107
- pip install build
102
+ python -m pip install build
108
103
mkdir -p wheelhouse
109
104
cd packages/basemap
110
105
python -m build --sdist
You can’t perform that action at this time.
0 commit comments