Skip to content

Commit

Permalink
Downgrade poetry to permit extra option with underscores (#559)
Browse files Browse the repository at this point in the history
Fix #545
  • Loading branch information
Pierre-Sassoulas committed Dec 8, 2022
1 parent 4e342e5 commit 24a7e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install requirements
run: |
python -m pip install --disable-pip-version-check -U pip twine poetry
python -m pip install --disable-pip-version-check -U pip twine poetry "poetry-core<1.3.0"
- name: Build distributions
run: |
poetry build -f wheel
Expand Down

0 comments on commit 24a7e1c

Please sign in to comment.