We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a17f0 commit df339dcCopy full SHA for df339dc
.github/workflows/release.yml
@@ -126,13 +126,16 @@ jobs:
126
uses: softprops/action-gh-release@v1
127
with:
128
files: |
129
- dist/ubuntu-latest/dist/*
130
- dist/windows-latest/dist/*
+ dist/ubuntu-latest/dist/*.whl
+ dist/ubuntu-latest/dist/*.tar.gz
131
+ dist/ubuntu-latest/release/*
132
+ dist/windows-latest/dist/*.whl
133
+ dist/windows-latest/dist/*.tar.gz
134
dist/windows-latest/release/*.exe
- dist/macos-latest/dist/*
135
+ dist/macos-latest/dist/*.whl
136
+ dist/macos-latest/dist/*.tar.gz
137
dist/macos-latest/release/*.dmg
138
dist/macos-latest/release/*.app
- dist/ubuntu-latest/release/*
139
generate_release_notes: true
140
draft: false
141
prerelease: false
0 commit comments