Skip to content

Commit

Permalink
chore: print pyproject.toml in workflow pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LinarSharifullin authored Nov 23, 2024
1 parent b669138 commit fa07ee0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Update version in pyproject.toml
run: >-
sed -i "s/0.0.0/${{ steps.tag.outputs.TAG_NAME }}/" pyproject.toml
- name: print pyproject.toml
run: cat pyproject.toml
- name: Build package
run: python -m build
- name: Publish package
Expand Down

0 comments on commit fa07ee0

Please sign in to comment.