Skip to content

Commit 370ba95

Browse files
fix: build
1 parent 18b6a5a commit 370ba95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
python-version: "3.12"
2323

2424
- name: Install cibuildwheel
25-
run: pip install cibuildwheel<3 poetry
25+
run: pip install "cibuildwheel<3"
2626

2727
- name: Build wheels
2828
run: cibuildwheel --output-dir dist
2929

3030
- name: Deploy wheels
31-
run: poetry config pypi-token.pypi ${{ secrets.POETRY_PYPI_TOKEN_PYPI }} && poetry publish
31+
run: pip install poetry && poetry config pypi-token.pypi ${{ secrets.POETRY_PYPI_TOKEN_PYPI }} && poetry publish

0 commit comments

Comments
 (0)