File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
name : Publish dartpy
2
3
3
- on :
4
+ ' on ' :
4
5
push :
5
6
branches :
6
7
- " **"
73
74
build : " cp313-macosx_arm64"
74
75
experimental : false
75
76
release_only : false
76
-
77
+
77
78
- os : macos-latest
78
79
build : " cp312-macosx_arm64"
79
80
experimental : false
91
92
92
93
env :
93
94
CIBW_BUILD : ${{ matrix.build }}
95
+ CIBW_PRERELEASE_PYTHONS : true
94
96
95
97
steps :
96
98
- uses : actions/checkout@v4
@@ -100,7 +102,7 @@ jobs:
100
102
uses : johnwason/vcpkg-action@v7
101
103
with :
102
104
# TODO: Add ode and coin-or-ipopt
103
- pkgs : >
105
+ pkgs : >-
104
106
assimp
105
107
eigen3
106
108
fcl
@@ -119,7 +121,6 @@ jobs:
119
121
urdfdom
120
122
triplet : x64-windows
121
123
revision : " 2024.06.15"
122
- github-binarycache : true
123
124
token : ${{ github.token }}
124
125
125
126
- name : Build wheels
You can’t perform that action at this time.
0 commit comments