diff --git a/.github/workflows/designs.yml b/.github/workflows/designs.yml index b87dfce..425c603 100644 --- a/.github/workflows/designs.yml +++ b/.github/workflows/designs.yml @@ -34,19 +34,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - - name: Build wheel - run: | - pip install --upgrade pip - pip install --upgrade build - python3 -m build - - - name: Upload wheel - uses: actions/upload-artifact@v4 - with: - name: wheel - path: dist/*.whl - retention-days: 7 + - uses: hynek/build-and-inspect-python-package@v2 sc_version: needs: wheel @@ -59,7 +47,7 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: wheel + name: Packages path: dist - name: Install gallery @@ -98,7 +86,7 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: wheel + name: Packages path: dist - name: Install gallery