From ef2f1c0c972e1f5e5d19c54b718dffcecd437a5e Mon Sep 17 00:00:00 2001 From: Tiago Date: Wed, 1 May 2024 20:26:14 -0300 Subject: [PATCH] Fix again version --- .github/workflows/python-publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index abca92e..05cbccb 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -38,10 +38,13 @@ jobs: uses: iawia002/get-tag-or-commit-id@v1 with: length: 7 + - name: Print version + id: output + run: echo "${{ steps.version.outputs.id }}" - name: Build run: make build env: - VERSION: ${{ steps.version.outputs.tag_or_commit_id }} + VERSION: ${{ steps.version.outputs.id }} - name: Publish package uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 with: