Skip to content

Commit c870893

Browse files
committed
v0.2.0
1 parent 8ad40df commit c870893

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
files: dist/*
4141
- name: Publish package to PyPI
4242
if: startsWith(github.ref, 'refs/tags')
43-
uses: pypa/softprops/action-gh-release@release/v1
43+
uses: pypa/gh-action-pypi-publish@release/v1
4444
with:
4545
password: ${{ secrets.PYPI_API_TOKEN }}

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ members = ["zbl", "zbl_py"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.3"
6+
version = "0.2.0"

zbl_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zbl"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
readme = "../README.md"
55
requires-python = ">=3.7"
66
license = { file = "../LICENSE.txt" }

0 commit comments

Comments
 (0)