Skip to content

Commit

Permalink
update order
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmirizzi committed Dec 22, 2022
1 parent 048ad37 commit b2ba082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Release
run: |
poetry install
poetry version ${{ github.ref_name }}
poetry build
echo "Tag name from github.ref_name: ${{ github.ref_name }}"
poetry version ${{ github.ref_name }}
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish -u ${{ secrets.PYPI_USERNAME }}

0 comments on commit b2ba082

Please sign in to comment.