We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5c5c8d + 3b0d79c commit a4cdda0Copy full SHA for a4cdda0
.github/workflows/build.yaml
@@ -51,6 +51,7 @@ jobs:
51
python -m pip install --upgrade build twine
52
python -m build
53
twine check --strict dist/*
54
+ rm -f dist/*.whl
55
- name: Publish package
56
uses: pypa/gh-action-pypi-publish@release/v1
57
with:
0 commit comments