Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrob95 committed Nov 26, 2022
1 parent 0e50f46 commit 6292a5b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
with:
manylinux: auto
command: build
args: --release --sdist -o dist --find-interpreter
args: --release --sdist -o target/dist --find-interpreter
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
name: wheels
path: dist
path: target/dist

windows:
runs-on: windows-latest
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 = "pyinferno"
version = "0.2.5"
version = "0.2.6"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html[lib]
Expand Down
2 changes: 1 addition & 1 deletion pyinferno/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

InfernoRenderer = Renderer

__version__ = "0.2.5"
__version__ = "0.2.6"
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 = "pyinferno"
version = "0.2.5"
version = "0.2.6"
author = "Mike Roberts"
author_email = "[email protected]"
url = "https://github.com/mrob95/pyinferno"
Expand Down

0 comments on commit 6292a5b

Please sign in to comment.