Skip to content

Commit df23b88

Browse files
authored
Remove deprecated vcpkg binary cache option (#1996)
1 parent 15fa9f9 commit df23b88

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/publish_dartpy.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
---
12
name: Publish dartpy
23

3-
on:
4+
'on':
45
push:
56
branches:
67
- "**"
@@ -73,7 +74,7 @@ jobs:
7374
build: "cp313-macosx_arm64"
7475
experimental: false
7576
release_only: false
76-
77+
7778
- os: macos-latest
7879
build: "cp312-macosx_arm64"
7980
experimental: false
@@ -91,6 +92,7 @@ jobs:
9192

9293
env:
9394
CIBW_BUILD: ${{ matrix.build }}
95+
CIBW_PRERELEASE_PYTHONS: true
9496

9597
steps:
9698
- uses: actions/checkout@v4
@@ -100,7 +102,7 @@ jobs:
100102
uses: johnwason/vcpkg-action@v7
101103
with:
102104
# TODO: Add ode and coin-or-ipopt
103-
pkgs: >
105+
pkgs: >-
104106
assimp
105107
eigen3
106108
fcl
@@ -119,7 +121,6 @@ jobs:
119121
urdfdom
120122
triplet: x64-windows
121123
revision: "2024.06.15"
122-
github-binarycache: true
123124
token: ${{ github.token }}
124125

125126
- name: Build wheels

0 commit comments

Comments
 (0)