Fix ci
This commit is contained in:
parent
8b5cf6faa0
commit
68ef8ac676
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -26,9 +26,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- name: Install and configure Poetry
|
- name: Install and configure Poetry
|
||||||
uses: snok/install-poetry@v1.1.1
|
run: |
|
||||||
with:
|
pip install -U pip poetry
|
||||||
virtualenvs-create: false
|
poetry config virtualenvs.create false
|
||||||
- name: CI
|
- name: CI
|
||||||
env:
|
env:
|
||||||
MYSQL_PASS: root
|
MYSQL_PASS: root
|
||||||
|
6
.github/workflows/pypi.yml
vendored
6
.github/workflows/pypi.yml
vendored
@ -12,9 +12,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- name: Install and configure Poetry
|
- name: Install and configure Poetry
|
||||||
uses: snok/install-poetry@v1.1.1
|
run: |
|
||||||
with:
|
pip install -U pip poetry
|
||||||
virtualenvs-create: false
|
poetry config virtualenvs.create false
|
||||||
- name: Build dists
|
- name: Build dists
|
||||||
run: make build
|
run: make build
|
||||||
- name: Pypi Publish
|
- name: Pypi Publish
|
||||||
|
Loading…
x
Reference in New Issue
Block a user