Skip to content

Commit

Permalink
Merge pull request #5 from epinzur/fix_release
Browse files Browse the repository at this point in the history
debug release
  • Loading branch information
epinzur authored Jun 6, 2024
2 parents 3908ece + 23a4f82 commit 8cdfb27
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 @@ -31,8 +31,9 @@ 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: |
poetry build
poetry publish
# - name: Build and publish
# run: |
# poetry build
# poetry publish

0 comments on commit 8cdfb27

Please sign in to comment.