Skip to content

Commit 16fbe2a

Browse files
authored
Refactor publish step in workflow
Simplified publish step by removing unnecessary build command.
1 parent b9af528 commit 16fbe2a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ jobs:
6262
env:
6363
TWINE_USERNAME: __token__
6464
TWINE_PASSWORD: ${{ secrets.twine_token }}
65-
run: |
66-
uv run pyproject-build
67-
uv run twine upload --verbose --repository ${{ inputs.repository }} dist/*
65+
run: uv run twine upload --verbose --repository ${{ inputs.repository }} dist/*
6866
- name: highlight
6967
# TODO: update package name in summary text
7068
run: |

0 commit comments

Comments
 (0)