Skip to content

Commit

Permalink
update to 0.0.1, no aarch (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnxenopoulos authored Jan 28, 2025
1 parent d9e80b2 commit 4c7e5b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
target: [x86_64, aarch64]
target: [x86_64] # aarch64
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
Expand All @@ -51,12 +51,6 @@ jobs:
toolchain: stable
override: true

- name: Install cross-compilation tools
if: matrix.target == 'aarch64'
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- name: Build Wheels
uses: PyO3/maturin-action@v1
env:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "litebook-rs"
version = "0.1.0"
version = "0.0.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "litebook"
version = "0.0.1b2"
version = "0.0.1b3"
description = "A fast limit order book in Python utilizing a Rust backend"
license = {text = "MIT License"}
keywords = ["limit order book", "order book"]
Expand Down

0 comments on commit 4c7e5b8

Please sign in to comment.