fix publish
This commit is contained in:
parent
72fcc794e7
commit
e437931254
3
.github/workflows/pypi-publish.yml
vendored
3
.github/workflows/pypi-publish.yml
vendored
@ -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…
Reference in New Issue
Block a user