Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
rushter committed Oct 9, 2024
1 parent 5f3d5b4 commit 47872c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest]
arch: [auto]
include:
- os: ubuntu-24.04
arch: aarch64

steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -77,7 +73,6 @@ jobs:
upload_pypi:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 47872c0

Please sign in to comment.