Merge branch 'master' into fix/issue-1491

This commit is contained in:
Willi Ballenthin
2023-07-10 13:48:15 +02:00
committed by GitHub
5 changed files with 112 additions and 149 deletions

View File

@@ -22,10 +22,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install -e .[build]
- name: build package
run: |
python setup.py sdist bdist_wheel
python -m build
- name: upload package artifacts
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with: