Skip to content

Commit

Permalink
release: 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede committed Jul 23, 2023
1 parent 939ff0c commit 42fc1ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [ "3.10", "3.11" ]
python-version: [ "3.11" ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: [ "3.10", "3.11" ]
python-version: [ "3.11" ]
target: [ x64, x86 ]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -79,7 +79,6 @@ jobs:
matrix:
# "3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-beta.3"
python-version: [
{ version: "3.10", maturinV: "3.10" },
{ version: "3.11", maturinV: "3.11" },
{ version: "3.12.0-beta.3", maturinV: "3.12" } ]
target: [ x86_64, i686 ]
Expand Down Expand Up @@ -112,7 +111,6 @@ jobs:
matrix:
python:
[
{ version: "3.10", abi: "cp310-cp310" },
{ version: "3.11", abi: "cp311-cp311" },
]
target: [ aarch64 ] # , armv7, s390x, ppc64le ]
Expand Down Expand Up @@ -171,7 +169,8 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: wheels
- name: output ls
run: |
ls -lrth
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: wheels/
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustberry"
version = "0.0.5"
version = "0.0.7"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rustberry"
version = "0.0.5"
version = "0.0.7"
description = ""
authors = ["Erik Wrede <erikwrede2@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 42fc1ed

Please sign in to comment.