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 4483bd7 commit d2e8cffCopy full SHA for d2e8cff
.github/workflows/python-publish.yml
@@ -32,4 +32,4 @@ jobs:
32
run: uv run --isolated --no-project -p 3.11 --with dist/*.whl datastock/tests/prepublish.py
33
- name: import test (source distribution)
34
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 }}
+ - run: uv publish -t ${{ secrets.PYPI_API_TOKEN }}
0 commit comments