Skip to content

Commit 8709862

Browse files
committed
Undo last change
1 parent 945c4ad commit 8709862

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)