Skip to content

Commit 9a59739

Browse files
ci: use test.pypi.org
1 parent 6604bd7 commit 9a59739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lmql-release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
TWINE_USERNAME: __token__
3232
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}
3333
VERSION: ${{ github.event.inputs.version }}
34-
run: bash scripts/pypi-release.sh lmql-$(echo $VERSION | sed 's/^refs\/tags\/v//') --production
34+
run: bash scripts/pypi-release.sh lmql-$(echo $VERSION | sed 's/^refs\/tags\/v//')

0 commit comments

Comments
 (0)