Skip to content

Commit

Permalink
Merge pull request #2 from siliconcompiler/wheels
Browse files Browse the repository at this point in the history
add wheels artifacts to GH releases
  • Loading branch information
troibe committed Oct 13, 2023
2 parents ac4d034 + e1a3a6a commit a0e661f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wheels.yml
Expand Up @@ -103,6 +103,11 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_DEPLOY }}

- name: Add wheels to GitHub release artifacts
uses: softprops/action-gh-release@v1
with:
files: dist/*.whl

package_offline:
# We want to run this on the official PEP Python-wheel building platform to
# ensure the downloaded wheels have the broadest compatibility. Using the
Expand Down

0 comments on commit a0e661f

Please sign in to comment.