We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f9d57 commit 2bcf6e6Copy full SHA for 2bcf6e6
1 file changed
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
# tag_name: ${{ github.ref }}
37
# release_name: Release ${{ github.ref }}
38
tag_name: ${{ env.RELEASE_VERSION }}
39
- release_name: ${{ env.RELEASE_VERSION }}
+ release_name: Release ${{ env.RELEASE_VERSION }}
40
body: |
41
To download execute the following statement:
42
pip install git+https://github.com/TrisNol/python-sample-package@${{ env.RELEASE_VERSION }}
0 commit comments