Skip to content

Commit

Permalink
fix sdist build
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Nov 2, 2022
1 parent e13fc09 commit 9acac3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- run: poetry run maturin build --release -m Cargo.toml -F python
- run: pip install --no-index --find-links=target/wheels/ reasonable
- run: rm -r target/wheels
- run: poetry run maturin sdist -m Cargo.toml -F python
- run: poetry run maturin sdist -m Cargo.toml
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reasonable"
version = "0.2.1-alpha1"
version = "0.2.1-alpha2"
authors = ["Gabe Fierro <[email protected]>"]
repository = "https://github.com/gtfierro/reasonable"
homepage = "https://brickschema.org/"
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 = "reasonable"
version = "0.2.1-a1"
version = "0.2.1-a2"
description = "Python interface to 'reasonable', a Datalog implementation of the OWL 2 RL profile"
authors = ["Gabe Fierro <[email protected]>"]
license = "bsd-3-clause"
Expand Down

0 comments on commit 9acac3b

Please sign in to comment.