mirror of
https://github.com/TheR1D/shell_gpt.git
synced 2026-06-02 06:14:32 +02:00
Fix version issue in release action, version bump
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
__version__ = "1.4.2"
|
||||
__version__ = "1.4.3"
|
||||
|
||||
Reference in New Issue
Block a user