We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbcac49 commit 246b216Copy full SHA for 246b216
1 file changed
.github/workflows/python-package.yml
@@ -87,6 +87,8 @@ jobs:
87
uses: softprops/action-gh-release@v2
88
if: github.ref_type == 'tag'
89
with:
90
+ name: ${{github.ref_name}}
91
+ tag_name: ${{github.ref_name}}
92
files: dist/*
93
94
test_package:
0 commit comments