Skip to content

Commit

Permalink
Merge branch 'main' into lightweight
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexShkarin committed May 5, 2024
2 parents 2d2d358 + 000e5dd commit 4cc79f2
Show file tree
Hide file tree
Showing 122 changed files with 31,803 additions and 7,765 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: actions/checkout@v4

# Used to host cibuildwheel
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.2
Expand All @@ -24,6 +26,7 @@ jobs:
env:
CIBW_BEFORE_BUILD: python -m pip install cython==3.0.2

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: wheels-${{ matrix.os }}
11 changes: 11 additions & 0 deletions .pylintdict
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ ypos
TQD
TPA
KPA
TPZ
KPZ
stylesheet
Leybold
ITR
Expand Down Expand Up @@ -476,3 +478,12 @@ debayering
dtrrts
Uno
NIR
Hubner
Cobolt
TEC
MLD
DPL
ccurrent
cpower
Omron
naxes
Loading

0 comments on commit 4cc79f2

Please sign in to comment.