Skip to content

Commit 1801e44

Browse files
committed
ci: Only upload .whl to pypi
1 parent 452e4b1 commit 1801e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
114114
with:
115115
command: upload
116-
args: --non-interactive --skip-existing *
116+
args: --non-interactive --skip-existing *.whl
117117

118118
draft-notes:
119119
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)