We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee14df commit c7f20d9Copy full SHA for c7f20d9
1 file changed
.github/workflows/release.yaml
@@ -34,7 +34,7 @@ jobs:
34
if: github.event_name == 'release'
35
uses: pypa/[email protected]
36
- name: Upload release assets
37
- uses: softprops/action-gh-release@v2.3.4
+ uses: softprops/action-gh-release@v2.4.1
38
with:
39
files: |
40
dist/*.whl
0 commit comments