Skip to content

Commit

Permalink
dynamic version control
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-thompson committed Aug 14, 2024
1 parent 49a9822 commit da2616f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
- name: Update version tag
env:
TAG_NAME: ${{ steps.tag.outputs.TAG_NAME }}
run: >-
sed -i "s/{{VERSION_PLACEHOLDER}}/$TAG_NAME/g" pyproject.toml
- name: Build package
run: >-
python3 -m build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit da2616f

Please sign in to comment.