]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - .github/workflows/build.yml
Undo last change
[Adafruit_Blinka-hackapet.git] / .github / workflows / build.yml
index 8ea84f0cfc4f23db9515c88ab7cb4e4982bbf5ca..80940d0f12cfb7e33f6361f5734d25ead33f1585 100644 (file)
@@ -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;