Skip to content

Commit

Permalink
Merge pull request #7 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 0d83d84 + 12ee776 commit aee88f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: |
POETRY_VERSION=$(git describe --tags $(git rev-list --tags --max-count=1) | sed 's/^v//')
sed -i "s/^version = .*/version = \"$POETRY_VERSION\"/" pyproject.toml
cat pyproject.toml
- name: Build and publish
run: |
echo "pyroject.toml:"
cat pyproject.toml
# poetry build
# poetry publish
poetry build
poetry publish

0 comments on commit aee88f1

Please sign in to comment.