Skip to content

Commit

Permalink
ci: use test.pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeurerkellner committed Oct 14, 2023
1 parent 6604bd7 commit 9a59739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lmql-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: bash scripts/pypi-release.sh lmql-$(echo $VERSION | sed 's/^refs\/tags\/v//')

0 comments on commit 9a59739

Please sign in to comment.