Skip to content

Commit a0e661f

Browse files
authored
Merge pull request #2 from siliconcompiler/wheels
add wheels artifacts to GH releases
2 parents ac4d034 + e1a3a6a commit a0e661f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ jobs:
103103
user: __token__
104104
password: ${{ secrets.PYPI_DEPLOY }}
105105

106+
- name: Add wheels to GitHub release artifacts
107+
uses: softprops/action-gh-release@v1
108+
with:
109+
files: dist/*.whl
110+
106111
package_offline:
107112
# We want to run this on the official PEP Python-wheel building platform to
108113
# ensure the downloaded wheels have the broadest compatibility. Using the

0 commit comments

Comments
 (0)