Skip to content

Commit a4cdda0

Browse files
authored
Merge pull request #335 from ldx/vn/fix-upload
Fix upload
2 parents f5c5c8d + 3b0d79c commit a4cdda0

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)