Skip to content

Commit

Permalink
use package for wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Apr 13, 2024
1 parent 82c61d6 commit 7ef9bbe
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/designs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -59,7 +47,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheel
name: Packages
path: dist

- name: Install gallery
Expand Down Expand Up @@ -98,7 +86,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheel
name: Packages
path: dist

- name: Install gallery
Expand Down

0 comments on commit 7ef9bbe

Please sign in to comment.