Skip to content

Commit

Permalink
update cd
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Sep 13, 2024
1 parent eb0928b commit 057f688
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ jobs:

- name: Create new github tags
run: |
git tag -m ${{ env.VERSION }}
git tag -m "Version v${{ env.VERSION }}" "v${{ env.VERSION }}"
git push --tags
- name: Publish new version on PyPI
run: |
poetry build
Expand Down

0 comments on commit 057f688

Please sign in to comment.