diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 2dda25e8..fa927984 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -181,8 +181,8 @@ jobs: - uses: actions/download-artifact@v3 with: name: dist + path: dist - name: Publish distribution package to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} - packages_dir: bindings/python/dist/ diff --git a/bindings/python/CHANGELOG.md b/bindings/python/CHANGELOG.md index cd76d592..47a7390c 100644 --- a/bindings/python/CHANGELOG.md +++ b/bindings/python/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.16.3] - 2023-02-01 + ### Added - Build wheels for Linux(glibc) x86_64/i686, Windows x64/x86, and macOS x86_64/aarch64. @@ -294,7 +296,8 @@ ## 0.1.0 - 2020-06-09 - Initial public release -[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.2...HEAD +[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.3...HEAD +[0.16.3]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.2...python-v0.16.3 [0.16.2]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.1...python-v0.16.2 [0.16.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.0...python-v0.16.1 [0.16.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.14.0...python-v0.16.0 diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 2fd81df9..0e773669 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonschema-python" -version = "0.16.2" +version = "0.16.3" authors = ["Dmitry Dygalo "] edition = "2021" license = "MIT"