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 768fe70 + 252451e commit 69290a7Copy full SHA for 69290a7
.github/workflows/release.yml
@@ -35,5 +35,5 @@ jobs:
35
for file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do
36
sed -i -e "s/0.0.0+auto.0/${{github.event.release.tag_name}}/" $file;
37
done;
38
- python -m build
+ python -m build -s
39
twine upload dist/*
0 commit comments