File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 22
22
- name : check out diffpy.pdffit2
23
23
uses : actions/checkout@v4
24
24
25
- # - name: Setup Linux
26
- # if: runner.os == 'Linux'
25
+ - name : Setup Linux
26
+ if : runner.os == 'Linux'
27
+ run : |
28
+ sudo apt-get update
29
+ sudo apt-get install -y libgsl-dev
27
30
28
31
# - name: Setup macOS
29
32
# if: runner.os == 'macOS'
@@ -35,14 +38,13 @@ jobs:
35
38
with :
36
39
python-version : 3.12
37
40
41
+ - name : Install cibuildwheel
42
+ run : python -m pip install cibuildwheel==2.20.0
43
+
38
44
- name : Build wheels
39
-
40
45
env :
41
46
CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
42
- CIBW_BEFORE_BUILD : |
43
- yum install -y epel-release
44
- yum install -y gcc-c++ gsl gsl-devel
45
- ls -l /usr/lib/ | grep libgsl
47
+ run : python -m cibuildwheel --output-dir wheelhouse
46
48
47
49
- uses : actions/upload-artifact@v4
48
50
with :
You can’t perform that action at this time.
0 commit comments