Skip to content

Commit 0a00e60

Browse files
author
GP
committed
Merge remote-tracking branch 'origin/main' into optional-header
2 parents 7c65dae + 07e68ff commit 0a00e60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44
jobs:
55
pypi-release:
66
name: Build and Release to PYPI 📦
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04-arm
88
environment:
99
name: release
1010
url: https://pypi.org/project/python-cptv/
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-python@v5
2727
with:
2828
python-version: '3.11'
29-
architecture: 'x64'
29+
architecture: 'arm64'
3030

3131
- name: Set up Rust
3232
uses: actions-rs/toolchain@v1

python-bindings/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ features = ["pyo3/extension-module"]
88

99
[project]
1010
name = "python-cptv"
11-
version = "0.0.9"
11+
version = "0.0.8"
1212
authors = [
1313
{ name="Jon Hardie", email="Jon@cacophony.org.nz" },
1414
{ name = "Giampaolo Feraro", email = "Giampaolo@Cacophony.org.nz"}

0 commit comments

Comments
 (0)