Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
dagou committed Sep 4, 2024
1 parent 687b751 commit f500d64
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 6,983 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,6 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable

- name: Build wheels
uses: PyO3/maturin-action@v1
with:
args: --release --out dist
sccache: 'true'
manylinux: auto
env:
MACOSX_DEPLOYMENT_TARGET: '10.9'

- name: Build universal wheel
if: matrix.os == 'ubuntu-latest'
uses: PyO3/maturin-action@v1
with:
args: --release --out dist --compatibility manylinux2014 --find-interpreter
sccache: 'true'

- name: Build sdist
if: matrix.os == 'ubuntu-latest'
uses: PyO3/maturin-action@v1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gtdb_tree"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
description = "A library for parsing Newick format files, especially GTDB tree files."
homepage = "https://github.com/eric9n/gtdb_tree"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ features = ["python"]

[project]
name = "gtdb_tree"
version = "0.1.4"
version = "0.1.5"
description = "A Python package for parsing GTDB trees using Rust"
readme = "README.md"
authors = [{ name = "dagou", email = "eric9n@gmail.com" }]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="gtdb_tree",
version="0.1.4",
version="0.1.5",
rust_extensions=[RustExtension("gtdb_tree.gtdb_tree", binding=Binding.PyO3)],
packages=["gtdb_tree"],
# rust extensions are not zip safe, just like C-extensions.
Expand Down
31 changes: 0 additions & 31 deletions test.py

This file was deleted.

Loading

0 comments on commit f500d64

Please sign in to comment.