Skip to content

Commit 47962b8

Browse files
authored
Change publishing target from PyPI to TestPyPI
1 parent 3ee762e commit 47962b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
uv build
2828
- name: Publish
2929
run: |
30-
echo "Publishing to PyPI..."
31-
uv publish -t ${{ secrets.PYPI_TOKEN }}
30+
echo "Publishing to TestPyPI..."
31+
uv publish -t ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)