mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-16 21:56:05 +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:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.12
|
||||
- name: Install dependencies
|
||||
run: pip install .[cli,dev]
|
||||
- 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:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.12
|
||||
- name: Install dependencies
|
||||
run: pip install .[cli,dev]
|
||||
- name: Builds and uploads to PyPI
|
||||
|
Loading…
x
Reference in New Issue
Block a user