We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df457b2 commit 994ea50Copy full SHA for 994ea50
.github/workflows/dispatch.yaml
@@ -14,9 +14,9 @@ jobs:
14
run: |
15
TAG=${{ github.event.client_payload.tag }}
16
VERSION="${TAG#v}"
17
- sed -i 's/version = "[0-9.]*"/version = "'${VERSION}'"/' pyproject.toml
18
- sed -i 's/"version": "v[0-9.]*"/"version": "'${TAG}'"/' gptscript/install.py
19
- sed -i 's/"version": "v[0-9.]*"/"version": "'${TAG}'"/' scripts/package
+ sed -i 's/version = ".*"/version = "'${VERSION}'"/' pyproject.toml
+ sed -i 's/"version": "v.*"/"version": "'${TAG}'"/' gptscript/install.py
+ sed -i 's/"version": "v.*"/"version": "'${TAG}'"/' scripts/package
20
- uses: actions/setup-python@v5
21
with:
22
python-version: "3.12"
0 commit comments