Cleanup
This commit is contained in:
parent
14ff94f269
commit
a6bc27afaa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -90,7 +90,7 @@ jobs:
|
||||||
run: uv build
|
run: uv build
|
||||||
|
|
||||||
- name: Publish ${{ inputs.flavour }} release to TestPyPI
|
- name: Publish ${{ inputs.flavour }} release to TestPyPI
|
||||||
if: ${{ !inputs.test_mode }}
|
if: ${{ inputs.test_mode }}
|
||||||
env:
|
env:
|
||||||
UV_PUBLISH_TOKEN: ${{ secrets.TEST_PYPI_TOKEN }}
|
UV_PUBLISH_TOKEN: ${{ secrets.TEST_PYPI_TOKEN }}
|
||||||
run: uv publish --publish-url https://test.pypi.org/legacy/
|
run: uv publish --publish-url https://test.pypi.org/legacy/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue