We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4b756 commit d811746Copy full SHA for d811746
.github/workflows/lmql-ci.yml
@@ -65,4 +65,4 @@ jobs:
65
TWINE_USERNAME: __token__
66
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
67
VERSION: ${{ github.ref }}
68
- run: bash scripts/pypi-release.sh lmql-$(echo $VERSION | sed 's/^refs\/tags\/v//') # --production
+ run: bash scripts/pypi-release.sh lmql-$(echo $VERSION | sed 's/^refs\/tags\/v//') --production
0 commit comments