]> Repositories - hackapet/Adafruit_Blinka_Displayio.git/blobdiff - .github/workflows/build.yml
Merge pull request #101 from tekktrik/dev/use-py311-ci
[hackapet/Adafruit_Blinka_Displayio.git] / .github / workflows / build.yml
index 723b7058d4a487d6545066ec30536b17d084e13a..ebf988a3ba147b0efb4728537f321d4b89b32125 100644 (file)
@@ -49,13 +49,6 @@ jobs:
     - name: Pre-commit hooks
       run: |
         pre-commit run --all-files
-    - name: Build assets
-      run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
-    - name: Archive bundles
-      uses: actions/upload-artifact@v2
-      with:
-        name: bundles
-        path: ${{ github.workspace }}/bundles/
     - name: Build docs
       working-directory: docs
       run: sphinx-build -E -W -b html . _build/html