Skip to content

Commit

Permalink
Merge pull request #169 from siliconcompiler/gadfort-patch-1
Browse files Browse the repository at this point in the history
update wheel build
  • Loading branch information
gadfort authored Jan 29, 2025
2 parents fb4be9e + 319a99b commit 403b15f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-designs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
ref: ${{ inputs.scgallery-ref }}
fetch-depth: 0

- uses: hynek/build-and-inspect-python-package@v2.6.0
- uses: hynek/build-and-inspect-python-package@v2.12.0
id: wheel
with:
upload-name-suffix: '-gallery'
Expand All @@ -115,7 +115,7 @@ jobs:
ref: ${{ inputs.lambdapdk-ref }}
repository: siliconcompiler/lambdapdk

- uses: hynek/build-and-inspect-python-package@v2.6.0
- uses: hynek/build-and-inspect-python-package@v2.12.0
id: wheel
with:
upload-name-suffix: '-lambdapdk'
Expand All @@ -135,7 +135,7 @@ jobs:
ref: ${{ inputs.sc-ref }}
repository: siliconcompiler/siliconcompiler

- uses: hynek/build-and-inspect-python-package@v2.6.0
- uses: hynek/build-and-inspect-python-package@v2.12.0
id: wheel
with:
upload-name-suffix: '-siliconcompiler'
Expand Down

0 comments on commit 403b15f

Please sign in to comment.