Skip to content

Commit

Permalink
Merge pull request #3 from siliconcompiler/wheels
Browse files Browse the repository at this point in the history
add offline files to release artifacts
  • Loading branch information
troibe committed Oct 13, 2023
2 parents a0e661f + 03fc7a4 commit 73169b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wheels.yml
Expand Up @@ -140,3 +140,8 @@ jobs:
uses: actions/upload-artifact@v3
with:
path: deps*.tar.gz

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

0 comments on commit 73169b8

Please sign in to comment.