Skip to content

Commit

Permalink
Temporarily remove create_release & wait for permission; bump version…
Browse files Browse the repository at this point in the history
… to 5.5.3
  • Loading branch information
silabs-tuD committed Dec 25, 2024
1 parent a8299b8 commit 56db3c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exclude = [

[project]
name = "wfx_common_tools"
version = "5.5.2"
version = "5.5.3"
authors = [
{ name = "silabs-Marc", email = "[email protected]"},
]
Expand Down

0 comments on commit 56db3c0

Please sign in to comment.