File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push]
44jobs :
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/
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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ features = ["pyo3/extension-module"]
88
99[project ]
1010name = " python-cptv"
11- version = " 0.0.9 "
11+ version = " 0.0.8 "
1212authors = [
1313 { name =" Jon Hardie" , email =" Jon@cacophony.org.nz" },
1414 { name = " Giampaolo Feraro" , email = " Giampaolo@Cacophony.org.nz" }
You can’t perform that action at this time.
0 commit comments