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:
|
env:
|
||||||
POETRY_VERSION: "1.3.1"
|
POETRY_VERSION: "1.3.1"
|
||||||
PYTHON_VERSION: "3.10"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
@ -27,7 +26,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Add poetry to windows path
|
- name: Add poetry to windows path
|
||||||
if: "startsWith(runner.os, 'windows')"
|
if: "startsWith(runner.os, 'windows')"
|
||||||
|
Loading…
Reference in New Issue
Block a user