We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf531d3 commit 88c381cCopy full SHA for 88c381c
.github/workflows/release.yml
@@ -87,7 +87,7 @@ jobs:
87
rm -rf .venv/
88
rm -rf tests/
89
rm -rf coverage.xml
90
- rm -rf dist/*.tar.gz # Only keep the wheel if you don't need the source distribution
+ #rm -rf dist/*.tar.gz # Only keep the wheel if you don't need the source distribution
91
rm -rf build/
92
93
0 commit comments