Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jun 13, 2024
1 parent 9299dec commit 253ab65
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
CIBW_BEFORE_BUILD: "pip install setuptools-rust"
CIBW_BUILD_VERBOSITY: 2
CIBW_ENVIRONMENT: CARGO_NET_GIT_FETCH_WITH_CLI=true
CIBW_TEST_COMMAND: python -m unittest pyskani.tests
# CIBW_TEST_COMMAND: python -m unittest pyskani.tests
with:
output-dir: dist
- uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
CIBW_BEFORE_BUILD: "pip install setuptools-rust"
CIBW_BUILD_VERBOSITY: 2
CIBW_ENVIRONMENT: CARGO_NET_GIT_FETCH_WITH_CLI=true
CIBW_TEST_COMMAND: python -m unittest pyskani.tests
# CIBW_TEST_COMMAND: python -m unittest pyskani.tests
with:
output-dir: dist
- uses: actions/upload-artifact@v3
Expand All @@ -88,7 +88,7 @@ jobs:

wheel-macos-x86_64:
name: Build MacOS wheels (x86-64)
runs-on: macOS-11
runs-on: macOS-12
strategy:
matrix:
python-tag:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
CIBW_BEFORE_BUILD: "pip install setuptools-rust"
CIBW_BUILD_VERBOSITY: 2
CIBW_ENVIRONMENT: CARGO_NET_GIT_FETCH_WITH_CLI=true
CIBW_TEST_COMMAND: python -m unittest pyskani.tests
# CIBW_TEST_COMMAND: python -m unittest pyskani.tests
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
with:
output-dir: dist
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
CIBW_BEFORE_BUILD: "pip install setuptools-rust"
CIBW_BUILD_VERBOSITY: 2
CIBW_ENVIRONMENT: CARGO_NET_GIT_FETCH_WITH_CLI=true
CIBW_TEST_COMMAND: python -m unittest pyskani.tests
# CIBW_TEST_COMMAND: python -m unittest pyskani.tests
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
with:
output-dir: dist
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
CIBW_BUILD: ${{ matrix.python-tag }}
CIBW_BEFORE_BUILD: "pip install setuptools-rust"
CIBW_BUILD_VERBOSITY: 2
CIBW_TEST_COMMAND: python -m unittest pyskani.tests
# CIBW_TEST_COMMAND: python -m unittest pyskani.tests
with:
output-dir: dist
- uses: actions/upload-artifact@v3
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[Unreleased]: https://github.com/althonos/pyskani/compare/v0.1.1...HEAD


## [v0.1.2] - 2023-04-11
[v0.1.2]: https://github.com/althonos/pyskani/compare/v0.1.1...v0.1.2

### Changed
- Bumped `pyo3` to `v0.21.0`.

### Added
- Wheels for CPython 3.12 and PyPy 3.10.


## [v0.1.1] - 2023-04-11
[v0.1.1]: https://github.com/althonos/pyskani/compare/v0.1.0...v0.1.1

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 = "pyskani"
version = "0.1.1"
version = "0.1.2"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
license = "MIT"
publish = false
Expand Down

0 comments on commit 253ab65

Please sign in to comment.