diff --git a/.github/workflows/lmql-ci.yml b/.github/workflows/lmql-ci.yml index eb955846..f04255af 100644 --- a/.github/workflows/lmql-ci.yml +++ b/.github/workflows/lmql-ci.yml @@ -65,4 +65,4 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} VERSION: ${{ github.ref }} - run: bash scripts/pypi-release.sh lmql-$(echo $VERSION | sed 's/^refs\/tags\/v//') # --production \ No newline at end of file + run: bash scripts/pypi-release.sh lmql-$(echo $VERSION | sed 's/^refs\/tags\/v//') --production \ No newline at end of file