Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cachitas committed Apr 9, 2024
1 parent df286e0 commit 9e70c6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
run: pdm publish

- name: Create Release
uses: actions/create-release@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref }}
release_name: v${{ github.ref }}
draft: false
files: ./dist/*
name: v${{ github.ref }}
tag_name: ${{ github.ref }}
2 changes: 1 addition & 1 deletion src/stringx/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import httpx

__version__ = "0.7.1"
__version__ = "0.7.2"

logger = logging.getLogger("stringx")

Expand Down

0 comments on commit 9e70c6a

Please sign in to comment.