Skip to content

Commit

Permalink
Change create_release; bump version to 5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-tuD committed Dec 25, 2024
1 parent f240f0d commit a8299b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,10 @@ jobs:

- name: Create Github Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{github.ref}}
generate_release_notes : true
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.0"
version = "5.5.2"
authors = [
{ name = "silabs-Marc", email = "[email protected]"},
]
Expand Down

0 comments on commit a8299b8

Please sign in to comment.