Skip to content

Commit 3b0d79c

Browse files
committed
Fix upload
1 parent f5c5c8d commit 3b0d79c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
python -m pip install --upgrade build twine
5252
python -m build
5353
twine check --strict dist/*
54+
rm -f dist/*.whl
5455
- name: Publish package
5556
uses: pypa/gh-action-pypi-publish@release/v1
5657
with:

0 commit comments

Comments
 (0)