fix publish

pull/139/head
Xavier Olive 2 years ago
parent 72fcc794e7
commit e437931254

@ -10,7 +10,6 @@ on:
env:
POETRY_VERSION: "1.3.1"
PYTHON_VERSION: "3.10"
jobs:
deploy:
@ -27,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
python-version: ${{ matrix.python-version }}
- name: Add poetry to windows path
if: "startsWith(runner.os, 'windows')"

Loading…
Cancel
Save