Skip to content

Commit 605b901

Browse files
committed
[#devel] Fix publishing 2
1 parent e71cae7 commit 605b901

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python-publish.yml

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

0 commit comments

Comments
 (0)