Skip to content

Commit

Permalink
Merge pull request #6 from epinzur/fix_release
Browse files Browse the repository at this point in the history
more debugging
  • Loading branch information
epinzur authored Jun 6, 2024
2 parents 8cdfb27 + cd0a86f commit 0d83d84
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 0d83d84

Please sign in to comment.