From 56db3c00197f44051e683d4562309f2278b44996 Mon Sep 17 00:00:00 2001 From: silabs-tuD Date: Wed, 25 Dec 2024 10:27:40 +0700 Subject: [PATCH] Temporarily remove create_release & wait for permission; bump version to 5.5.3 --- .github/workflows/python-publish.yml | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 97d6e5b..c3a7886 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -104,12 +104,12 @@ jobs: name: release-dists path: dist/ - - name: Create Github Release - id: create_release - env: - GH_TOKEN: ${{ github.token }} - run: | - gh release create ${{ needs.check-tag-details.outputs.tag_name }} dist/* --title ${{ needs.check-tag-details.outputs.tag_name }} --generate-notes + # - name: Create Github Release + # id: create_release + # env: + # GH_TOKEN: ${{ github.token }} + # run: | + # gh release create ${{ needs.check-tag-details.outputs.tag_name }} dist/* --title ${{ needs.check-tag-details.outputs.tag_name }} --generate-notes pypi-publish: runs-on: ubuntu-latest diff --git a/pyproject.toml b/pyproject.toml index 8d670b5..f6bc311 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ exclude = [ [project] name = "wfx_common_tools" -version = "5.5.2" +version = "5.5.3" authors = [ { name = "silabs-Marc", email = "marc.dorval@silabs.com"}, ]