From: Melissa LeBlanc-Williams Date: Mon, 23 Jun 2025 15:51:49 +0000 (-0700) Subject: Undo last change X-Git-Tag: 8.61.0^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/8709862742b896e43c04824071043db7e5c507fc?hp=945c4adca553f110860ecf2d60db900340f1a30c Undo last change --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ea84f0..80940d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,6 @@ jobs: run: sphinx-build -E -W -b html . _build/html - name: Build Python package run: | - setuptools clean --all pip install --upgrade build twine for file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do sed -i -e "s/0.0.0+auto.0/1.2.3/" $file;