diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 287712f..fe9650f 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -115,7 +115,7 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} run: >- - gh release create + gh release edit '${{ github.ref_name }}' --repo '${{ github.repository }}' --notes "" diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5c94b..034c591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Version 1.0.2 +## Version 1.0.3 - small modification on readme and another push to PyPi ## Version 1.0.1 - initial release diff --git a/pyproject.toml b/pyproject.toml index ef4c8ef..c0a291e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "sgzenity" -version = "0.1.2" +version = "1.0.3" description = "sgzentry is a library for python which was inspired by Zenity. When you write scripts, you can use sgzentry to create simple dialogs that interact graphically with the user." homepage="https://github.com/SoftGeekRO/sgzenity" repository="https://github.com/SoftGeekRO/sgzenity.git"