Skip to content

Commit

Permalink
feat(release): add python build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Aug 30, 2023
1 parent d58f1f3 commit db12350
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ jobs:
id: release
uses: softprops/action-gh-release@v1
with:
files: "./package/*.zip"
files: |
"./dist/*.whl"
"./dist/*.tar.gz"
"./package/*.zip"
prerelease: ${{ contains(github.ref, '-rc') }}
generate_release_notes: ${{ !contains(github.ref, '-rc') }}

Expand Down

0 comments on commit db12350

Please sign in to comment.