Skip to content

Commit

Permalink
👷 add back poetry build
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Dec 14, 2022
1 parent a10483f commit 9890686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
git config --global user.email "action@github.com"
${PYTHONDIR}/bin/pip install -UI poetry setuptools
${PYTHONDIR}/bin/poetry install --no-root
${PYTHONDIR}/bin/poetry build -vvv
git config --global --add safe.directory '*'
${PYTHONDIR}/bin/poetry run semantic-release version -v DEBUG \
-D commit_author="github-actions <action@github.com>"
Expand Down

0 comments on commit 9890686

Please sign in to comment.