Skip to content

Commit

Permalink
Fix version issue in release action, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TheR1D committed Apr 6, 2024
1 parent 7ee6c7d commit 6f9d7f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Get ShellGPT version
run: >-
run: |
echo "SGPT_VERSION=$(find dist -type f -name '*.tar.gz' | grep -oP '\d+.\d+.\d+')" >> $GITHUB_ENV
echo "Release version $SGPT_VERSION"
- name: Sign the dists with Sigstore
Expand Down
2 changes: 1 addition & 1 deletion sgpt/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.2"
__version__ = "1.4.3"

0 comments on commit 6f9d7f6

Please sign in to comment.