Skip to content

Commit 945c4ad

Browse files
committed
Add line to remove existing .egg-info directories
1 parent cd40c2f commit 945c4ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
run: sphinx-build -E -W -b html . _build/html
5050
- name: Build Python package
5151
run: |
52+
setuptools clean --all
5253
pip install --upgrade build twine
5354
for file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do
5455
sed -i -e "s/0.0.0+auto.0/1.2.3/" $file;

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@
112112
"Programming Language :: Python :: 3.7",
113113
"Programming Language :: Python :: Implementation :: MicroPython",
114114
],
115-
)
115+
)

0 commit comments

Comments
 (0)