We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7eacf2 commit afb8ff0Copy full SHA for afb8ff0
.github/workflows/dispatch.yaml
@@ -15,7 +15,7 @@ jobs:
15
TAG=${{ github.event.client_payload.tag }}
16
echo "${TAG#v}" >> $VERSION
17
sed -i 's/version = "[0-9.]*"/version = "'${VERSION}'"/' pyproject.toml
18
- sed -i 's/version: "v[0-9.]*"/version: "'${TAG}'"/' gptscript/install.py
+ sed -i 's/"version": "v[0-9.]*"/"version": "'${TAG}'"/' gptscript/install.py
19
sed -i 's/"version": "v[0-9.]*"/"version": "'${TAG}'"/' scripts/package
20
- uses: actions/setup-python@v5
21
with:
0 commit comments