Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
modelflat committed Mar 9, 2024
1 parent 8ad40df commit c870893
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
files: dist/*
- name: Publish package to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/softprops/action-gh-release@release/v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -3,4 +3,4 @@ members = ["zbl", "zbl_py"]
resolver = "2"

[workspace.package]
version = "0.1.3"
version = "0.2.0"
2 changes: 1 addition & 1 deletion zbl_py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "zbl"
version = "0.1.3"
version = "0.2.0"
readme = "../README.md"
requires-python = ">=3.7"
license = { file = "../LICENSE.txt" }
Expand Down

0 comments on commit c870893

Please sign in to comment.