mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-18 00:45:55 +08:00
update workflows
This commit is contained in:
parent
764d3e5a0d
commit
f13083b55d
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
@ -8,8 +8,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
|
||||||
python-version: 3.12
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install .[cli,dev]
|
run: pip install .[cli,dev]
|
||||||
- run: mypy --install-types --non-interactive --ignore-missing-imports ./rembg
|
- run: mypy --install-types --non-interactive --ignore-missing-imports ./rembg
|
||||||
|
2
.github/workflows/publish_pypi.yml
vendored
2
.github/workflows/publish_pypi.yml
vendored
@ -11,8 +11,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
|
||||||
python-version: 3.12
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install .[cli,dev]
|
run: pip install .[cli,dev]
|
||||||
- name: Builds and uploads to PyPI
|
- name: Builds and uploads to PyPI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user