Skip to content

Commit

Permalink
Should be set now
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoldverg committed Jan 18, 2024
1 parent 1fb8e6a commit a8eb8c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Update version
run: |
sed -i "s/<version>/${{ github.event.release.tag_name }}/g" setup.py
- name: Build and publish
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit a8eb8c1

Please sign in to comment.