Skip to content

Commit

Permalink
Turn off latest build - only use HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Nov 10, 2023
1 parent 1b89e1b commit 8a93604
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@ jobs:
build-commit: "HEAD"
artifacts-name: "wheels"

macos-latest:
if: "!startsWith(github.ref, 'refs/tags/')"
uses: ./.github/workflows/wheels-macos.yml
with:
build-commit: "main"
artifacts-name: "wheels-latest"

linux-latest:
if: "!startsWith(github.ref, 'refs/tags/')"
uses: ./.github/workflows/wheels-linux.yml
with:
build-commit: "main"
artifacts-name: "wheels-latest"

release:
name: Create Release
runs-on: ubuntu-latest
Expand All @@ -55,7 +41,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

success:
needs: [macos, linux, macos-latest, linux-latest]
needs: [macos, linux, windows]
runs-on: ubuntu-latest
name: Wheels Successful
steps:
Expand Down

0 comments on commit 8a93604

Please sign in to comment.