From 800104efa7ad3d8de76023c027a3fb2a0d266472 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sat, 9 Apr 2022 00:18:41 +0200 Subject: [PATCH] Fix publish yml --- .github/workflows/python-publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 57e8102..2973cbe 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -25,6 +25,8 @@ jobs: - name: Release if: ${{ steps.regex-match.outputs.match != '' }} uses: softprops/action-gh-release@v1 + with: + tag_name: ${{ steps.regex-match.outputs.group1 }} - name: Build and publish if: ${{ steps.regex-match.outputs.match != '' }} env: @@ -32,4 +34,4 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | python setup.py sdist bdist_wheel - twine upload dist/* \ No newline at end of file + twine upload dist/*