Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
epinzur committed Jun 6, 2024
1 parent 23a4f82 commit cd0a86f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
sed -i "s/^version = .*/version = \"$POETRY_VERSION\"/" pyproject.toml
cat pyproject.toml
# - name: Build and publish
# run: |
# poetry build
# poetry publish
- name: Build and publish
run: |
cat pyproject.toml
# poetry build
# poetry publish

0 comments on commit cd0a86f

Please sign in to comment.