Skip to content

Commit 51ec579

Browse files
committed
Python workflow: when releasing, do not specify manifest-path
1 parent 612f715 commit 51ec579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,4 @@ jobs:
171171
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
172172
with:
173173
command: upload
174-
args: --non-interactive --skip-existing wheels-*/* --manifest-path python/Cargo.toml
174+
args: --non-interactive --skip-existing wheels-*/*

0 commit comments

Comments
 (0)