Skip to content

Commit

Permalink
fix: retrieve release version from GitHub tag (#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti authored Nov 29, 2023
1 parent 317f5da commit 95c121e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Build package
working-directory: ./streampipes-client-python
run: |
poetry version $(echo ${{ github.ref_name }} | awk -F'/' '{print $2}') # extract release version from tag name
poetry build
poetry run twine check --strict dist/*
Expand Down

0 comments on commit 95c121e

Please sign in to comment.