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 cd40c2f commit 945c4adCopy full SHA for 945c4ad
.github/workflows/build.yml
@@ -49,6 +49,7 @@ jobs:
49
run: sphinx-build -E -W -b html . _build/html
50
- name: Build Python package
51
run: |
52
+ setuptools clean --all
53
pip install --upgrade build twine
54
for file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do
55
sed -i -e "s/0.0.0+auto.0/1.2.3/" $file;
setup.py
@@ -112,4 +112,4 @@
112
"Programming Language :: Python :: 3.7",
113
"Programming Language :: Python :: Implementation :: MicroPython",
114
],
115
-)
+)
0 commit comments