mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
Cosmetics
This commit is contained in:
parent
b41d90cf9f
commit
67d7b67334
2 changed files with 4 additions and 4 deletions
2
.github/workflows/pypi-publish.yml
vendored
2
.github/workflows/pypi-publish.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
- name: Install build dependencies
|
- name: Install Build dependencies
|
||||||
run: pip install build
|
run: pip install build
|
||||||
- name: Build
|
- name: Build
|
||||||
run: python -m build --sdist --wheel
|
run: python -m build --sdist --wheel
|
||||||
|
|
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -20,11 +20,11 @@ jobs:
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install test dependencies
|
- name: Install Test dependencies
|
||||||
run: pip install tox
|
run: pip install tox
|
||||||
- name: Test
|
- name: Test
|
||||||
run: tox
|
run: tox
|
||||||
- name: Install coveralls
|
- name: Install Coveralls
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
run: pip install coveralls
|
run: pip install coveralls
|
||||||
- name: Upload coverage to Coveralls
|
- name: Upload coverage to Coveralls
|
||||||
|
@ -42,7 +42,7 @@ jobs:
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
- name: Install coveralls
|
- name: Install Coveralls
|
||||||
run: pip install coveralls
|
run: pip install coveralls
|
||||||
- name: Finish Coveralls parallel builds
|
- name: Finish Coveralls parallel builds
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue