We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9af528 commit 60d581dCopy full SHA for 60d581d
1 file changed
.github/workflows/publish.yml
@@ -62,9 +62,7 @@ jobs:
62
env:
63
TWINE_USERNAME: __token__
64
TWINE_PASSWORD: ${{ secrets.twine_token }}
65
- run: |
66
- uv run pyproject-build
67
- uv run twine upload --verbose --repository ${{ inputs.repository }} dist/*
+ run: uv run twine upload --verbose --repository ${{ inputs.repository }} dist/*
68
- name: highlight
69
# TODO: update package name in summary text
70
run: |
0 commit comments