Skip to content

Commit d811746

Browse files
ci publishes to pypi.org
1 parent eb4b756 commit d811746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lmql-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ jobs:
6565
TWINE_USERNAME: __token__
6666
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
6767
VERSION: ${{ github.ref }}
68-
run: bash scripts/pypi-release.sh lmql-$(echo $VERSION | sed 's/^refs\/tags\/v//') # --production
68+
run: bash scripts/pypi-release.sh lmql-$(echo $VERSION | sed 's/^refs\/tags\/v//') --production

0 commit comments

Comments
 (0)