We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bd1a9 commit dbe51e5Copy full SHA for dbe51e5
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
python-version: ${{ env.DEFAULT_PYTHON }}
23
- name: Install requirements
24
run: |
25
- python -m pip install --disable-pip-version-check -U pip twine poetry "poetry-core<1.3.0"
+ python -m pip install --disable-pip-version-check -U pip twine poetry "poetry-core"
26
- name: Build distributions
27
28
poetry build -f wheel
0 commit comments