Skip to content

Commit 403b15f

Browse files
authored
Merge pull request #169 from siliconcompiler/gadfort-patch-1
update wheel build
2 parents fb4be9e + 319a99b commit 403b15f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-designs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
ref: ${{ inputs.scgallery-ref }}
9696
fetch-depth: 0
9797

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

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

138-
- uses: hynek/build-and-inspect-python-package@v2.6.0
138+
- uses: hynek/build-and-inspect-python-package@v2.12.0
139139
id: wheel
140140
with:
141141
upload-name-suffix: '-siliconcompiler'

0 commit comments

Comments
 (0)