Skip to content

Commit

Permalink
add bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbusso committed Mar 23, 2024
1 parent b47dbeb commit af6d569
Show file tree
Hide file tree
Showing 3 changed files with 903 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Build
run: poetry build
run: |
poetry version ${{ github.ref_name }}
poetry build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Loading

0 comments on commit af6d569

Please sign in to comment.