ci: downgrade Python
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
bcf7cce0cd
commit
7a4a24cf05
|
@ -6,7 +6,7 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check style
|
- name: check style
|
||||||
image: python:3.12-alpine
|
image: python:3.11-alpine
|
||||||
commands:
|
commands:
|
||||||
- pip install black isort flake8
|
- pip install black isort flake8
|
||||||
- black --check .
|
- black --check .
|
||||||
|
@ -14,7 +14,7 @@ steps:
|
||||||
- flake8 .
|
- flake8 .
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: python:3.12-alpine
|
image: python:3.11-alpine
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry build
|
- poetry build
|
||||||
|
@ -24,7 +24,7 @@ steps:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
- name: build and publish
|
- name: build and publish
|
||||||
image: python:3.12-alpine
|
image: python:3.11-alpine
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry publish --build --repository git.luj0ga.de
|
- poetry publish --build --repository git.luj0ga.de
|
||||||
|
|
Loading…
Reference in New Issue