Skip to content

Commit 3dffe77

Browse files
authored
Update release.yml
1 parent 7c98b28 commit 3dffe77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
TWINE_USERNAME: __token__
4343
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
4444
run: |
45-
uv run twine upload --repository-url https://test.pypi.org/legacy/ --verbose dist/*
45+
uv run twine upload dist/*
4646

0 commit comments

Comments
 (0)