Skip to content

Commit

Permalink
Resolve deployment failure
Browse files Browse the repository at this point in the history
  • Loading branch information
SethMMorton committed Dec 15, 2024
1 parent 5d8fdb0 commit 7f93587
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"

- uses: docker/setup-qemu-action@v2
if: ${{ matrix.arch == 'aarch64' }}
Expand All @@ -40,7 +38,9 @@ jobs:
- name: Build Source Distribution
if: matrix.os == 'ubuntu-latest' && matrix.arch != 'aarch64'
run: python -m build --sdist
run: |
python -m pip install build
python -m build --sdist
- name: Build Wheel
run: python -m cibuildwheel --output-dir dist
Expand Down

0 comments on commit 7f93587

Please sign in to comment.