Skip to content

Commit

Permalink
Merge pull request #281 from mkoeppe/fplll-5.5.0
Browse files Browse the repository at this point in the history
release.yml: Build wheels using fplll 5.5.0
  • Loading branch information
malb authored Dec 6, 2024
2 parents c737610 + bf07573 commit b3b6938
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: sagemath/sage
ref: develop
# Use fplll 5.5.0 upgrade from https://github.com/passagemath/passagemath/pull/444
repository: passagemath/passagemath
ref: refs/pull/444/merge

- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -96,5 +97,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: wheels
name: ${{ matrix.os }}-${{ matrix.arch }}-wheels
path: ./wheelhouse/*.whl

0 comments on commit b3b6938

Please sign in to comment.