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.
1 parent be9a45e commit 3fa5f63Copy full SHA for 3fa5f63
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
pip install -r requirements.txt
22
pip install setuptools wheel twine
23
- name: Clean previous builds
24
- run: rm -rf dist/
+ run: rm -rf dist/ build/ *.egg-info
25
- name: Build and publish
26
env:
27
TWINE_USERNAME: __token__
0 commit comments