Merge branch 'master' into master

This commit is contained in:
Olivier Jacques
2022-09-19 21:27:10 +02:00
committed by GitHub
4537 changed files with 12124 additions and 3907 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -57,10 +57,13 @@ jobs:
run: |
pip install .
pip install \
"cairosvg>=2.5" \
"mkdocs-git-committers-plugin-2>=1.1.1" \
"mkdocs-git-revision-date-localized-plugin>=1.0" \
"mkdocs-minify-plugin>=0.3" \
"mkdocs-redirects>=1.0"
"mkdocs-rss-plugin>=1.1" \
"mkdocs-redirects>=1.0" \
"pillow<10"
- name: Install Insiders build
if: github.event.repository.fork == false

View File

@@ -46,10 +46,10 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Set up Python dependencies
run: pip install --upgrade setuptools wheel twine
run: pip install --upgrade build twine
- name: Build Python package
run: python setup.py build sdist bdist_wheel --universal
run: python -m build
- name: Publish Python package
env: