diff --git a/.github/workflows/lmql-release-test.yml b/.github/workflows/lmql-release-test.yml index 483a02d9..1702a94d 100644 --- a/.github/workflows/lmql-release-test.yml +++ b/.github/workflows/lmql-release-test.yml @@ -31,4 +31,4 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }} VERSION: ${{ github.event.inputs.version }} - 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//') \ No newline at end of file