Skip to content

Commit c0f8090

Browse files
Merge pull request #11 from thomasisensee/fix-publish-testpypi
fix(ci): let uv publish find the index on its own
2 parents 59a5a81 + 689cb68 commit c0f8090

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ jobs:
9898
9999
- name: Publish distributions to TestPyPI
100100
run: |
101-
uv publish --index testpypi \
102-
--config-file ${{ github.workspace }}/pyproject.toml \
103-
dist/*
101+
uv publish --index testpypi dist/*
104102
105103
publish-pypi:
106104
name: Publish to PyPI

0 commit comments

Comments
 (0)