Skip to content

Commit

Permalink
Fix again version
Browse files Browse the repository at this point in the history
  • Loading branch information
timotta committed May 1, 2024
1 parent c50e614 commit ef2f1c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ef2f1c0

Please sign in to comment.