Skip to content

Commit

Permalink
v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Jun 13, 2023
1 parent ca6badc commit a6896c5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build wheels - universal2
uses: PyO3/maturin-action@v1
with:
args: --release --strip --universal2 --out dist
args: --release --strip --target universal2-apple-darwin --out dist
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
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 = "pep440_rs"
version = "0.3.10"
version = "0.3.11"
description = "A library for python version numbers and specifiers, implementing PEP 440"
edition = "2021"
include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"]
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.11

* CI fix

## 0.3.10

* Update pyo3 to 0.19 and maturin to 1.0
Expand Down

0 comments on commit a6896c5

Please sign in to comment.