Skip to content

Commit c7ee7cd

Browse files
committed
Changepacks publish
1 parent 609b170 commit c7ee7cd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"packages/python/pyproject.toml":"Patch","libs/braillify/Cargo.toml":"Patch","packages/node/package.json":"Patch"},"note":"Publish with changepacks","date":"2025-11-24T04:01:42.219219400Z"}

.github/workflows/publish.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
# target: x86_64-pc-windows-msvc
142142
- host: ubuntu-latest
143143
target: x86_64-unknown-linux-gnu
144-
build: bun run build --target x86_64-unknown-linux-gnu --use-napi-cross
144+
build: bun run build
145145
# - host: macos-latest
146146
# target: aarch64-apple-darwin
147147
# build: bun run build --target aarch64-apple-darwin
@@ -270,18 +270,17 @@ jobs:
270270
os: macos
271271
steps:
272272
- uses: actions/checkout@v5
273+
- name: Set up Python 3.11
274+
uses: actions/setup-python@v6
275+
with:
276+
python-version: '3.11'
273277
- name: Build wheels
274278
uses: PyO3/maturin-action@main
275279
with:
276280
target: ${{ matrix.target }}
277281
args: --release --out dist
278282
working-directory: packages/python
279283
manylinux: ${{ matrix.manylinux || '' }}
280-
281-
- name: Set up Python 3.11
282-
uses: actions/setup-python@v6
283-
with:
284-
python-version: '3.11'
285284
- name: Upload wheels
286285
uses: actions/upload-artifact@v4
287286
with:

0 commit comments

Comments
 (0)