From d811746fe59d8ed9971320bfd33d9a57899976e1 Mon Sep 17 00:00:00 2001 From: Luca Beurer-Kellner Date: Fri, 14 Jul 2023 17:52:11 +0200 Subject: [PATCH] ci publishes to pypi.org --- .github/workflows/lmql-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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