Skip to content

Commit d2e8cff

Browse files
committed
[#devel] fixed publishing 2
1 parent 4483bd7 commit d2e8cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
run: uv run --isolated --no-project -p 3.11 --with dist/*.whl datastock/tests/prepublish.py
3333
- name: import test (source distribution)
3434
run: uv run --isolated --no-project -p 3.11 --with dist/*.tar.gz datastock/tests/prepublish.py
35-
- run: uv publish --trusted-publishing always -t ${{ secrets.PYPI_API_TOKEN }}
35+
- run: uv publish -t ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)