From 173032eb46233ece75f2981d38b336e4080135f9 Mon Sep 17 00:00:00 2001 From: Zaharia Constantin <1303303+soulraven@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:09:23 +0300 Subject: [PATCH] bump the version and test the sigstore --- .github/workflows/publish_to_pypi.yml | 2 +- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"