Commit 9c99bda 1 parent 1af3ab0 commit 9c99bda Copy full SHA for 9c99bda
File tree 1 file changed +5
-15
lines changed
1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 4
4
release :
5
5
types : [published]
6
6
workflow_dispatch :
7
-
8
7
9
- env :
10
- CIBW_BUILD : " cp39-* cp310-*"
11
- CIBW_SKIP : " *-win32 *musllinux*"
12
- CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
13
- CIBW_ARCHS_MACOS : " x86_64 arm64"
14
- CIBW_BEFORE_BUILD : pip install numpy --config-settings=setup-args="-Dallow-noblas=true"
15
- CIBW_BUILD_VERBOSITY : " 1"
16
- CIBW_ENVIRONMENT_MACOS : " FC=gfortran"
17
- CIBW_TEST_COMMAND : pytest src/cosmic
18
8
19
9
jobs :
20
10
build-wheels-and-dist :
@@ -58,11 +48,11 @@ jobs:
58
48
find ./dist/*.whl | xargs pip install
59
49
pytest src/cosmic
60
50
61
- - uses : actions/upload-artifact@v3
51
+ - uses : actions/upload-artifact@v4
62
52
with :
63
53
path : ./dist/*.tar.gz
64
54
65
- - uses : actions/upload-artifact@v3
55
+ - uses : actions/upload-artifact@v4
66
56
with :
67
57
path : ./dist/*.whl
68
58
@@ -76,14 +66,14 @@ jobs:
76
66
python-version : ["3.10"]
77
67
78
68
steps :
79
- - uses : actions/checkout@v2
69
+ - uses : actions/checkout@v4
80
70
- name : Set up Python ${{ matrix.python-version }}
81
- uses : actions/setup-python@v2
71
+ uses : actions/setup-python@v4
82
72
with :
83
73
python-version : ${{ matrix.python-version }}
84
74
85
75
- name : Download builds
86
- uses : actions/download-artifact@v4.1.7
76
+ uses : actions/download-artifact@v4
87
77
with :
88
78
name : artifact
89
79
path : dist
You can’t perform that action at this time.
0 commit comments