We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71cae7 commit 605b901Copy full SHA for 605b901
.github/workflows/python-publish.yml
@@ -32,7 +32,4 @@ jobs:
32
run: uv run --isolated --no-project -p 3.11 --with dist/*.whl datastock/tests
33
- name: Smoke test (source distribution)
34
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 }}
+ - run: uv publish --trusted-publishing always -t ${{ secrets.PYPI_API_TOKEN }}
0 commit comments