Skip to content

Commit dbe51e5

Browse files
committed
Fix Release creation
1 parent c8bd1a9 commit dbe51e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ${{ env.DEFAULT_PYTHON }}
2323
- name: Install requirements
2424
run: |
25-
python -m pip install --disable-pip-version-check -U pip twine poetry "poetry-core<1.3.0"
25+
python -m pip install --disable-pip-version-check -U pip twine poetry "poetry-core"
2626
- name: Build distributions
2727
run: |
2828
poetry build -f wheel

0 commit comments

Comments
 (0)