Skip to content

Commit f76ceb8

Browse files
committed
ci: bundle liblsl v1.18.0.b2 beta for pylsl beta release
Point the publish workflow at the liblsl v1.18.0.b2 prerelease, which ships correctly-versioned liblsl-1.18.0-* assets (and lsl.xcframework.1.18.zip).
1 parent e146d7d commit f76ceb8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
workflow_dispatch:
1010

1111
env:
12-
LSL_RELEASE_URL: "https://github.com/sccn/liblsl/releases/download/v1.17.7"
13-
LSL_RELEASE: "1.17.7"
12+
LSL_RELEASE_URL: "https://github.com/sccn/liblsl/releases/download/v1.18.0.b2"
13+
LSL_RELEASE: "1.18.0"
1414

1515
defaults:
1616
run:
@@ -61,7 +61,7 @@ jobs:
6161
os: macos-latest
6262
arch: universal
6363
pyarch: x64
64-
asset: "lsl.xcframework.1.17.zip"
64+
asset: "lsl.xcframework.1.18.zip"
6565
extract: |
6666
unzip xcframework.zip
6767
cp lsl.xcframework/macos-arm64_x86_64/lsl.framework/Versions/A/lsl src/pylsl/lib/liblsl.dylib

0 commit comments

Comments
 (0)