Skip to content

Commit e9178d6

Browse files
committed
test new build
1 parent 72b1298 commit e9178d6

File tree

25 files changed

+14319
-11
lines changed

25 files changed

+14319
-11
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v2
2222
- name: Install dependencies
2323
run: |
24-
pip install --upgrade pip setuptools rich pybind11 wheel requests
24+
pip install --upgrade pip setuptools rich wheel requests
2525
- name: Build wheel
2626
run: |
2727
python setup.py ${{ matrix.dist }}

.github/workflows/linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
uses: actions/checkout@v2
1919
- name: Install dependencies
2020
run: |
21-
/opt/python/cp39-cp39/bin/pip install --upgrade pip setuptools rich pybind11 wheel requests
22-
/opt/python/cp310-cp310/bin/pip install --upgrade pip setuptools rich pybind11 wheel requests
23-
/opt/python/cp311-cp311/bin/pip install --upgrade pip setuptools rich pybind11 wheel requests
24-
/opt/python/cp312-cp312/bin/pip install --upgrade pip setuptools rich pybind11 wheel requests
21+
/opt/python/cp39-cp39/bin/pip install --upgrade pip setuptools rich wheel requests
22+
/opt/python/cp310-cp310/bin/pip install --upgrade pip setuptools rich wheel requests
23+
/opt/python/cp311-cp311/bin/pip install --upgrade pip setuptools rich wheel requests
24+
/opt/python/cp312-cp312/bin/pip install --upgrade pip setuptools rich wheel requests
2525
- name: Build wheel
2626
run: |
2727
/opt/python/cp39-cp39/bin/python setup.py bdist_wheel

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ build
22
patch
33
dist
44
*.egg*
5-
*.cc
6-
*.h
5+
materialyoucolor/quantize/*.cc
6+
materialyoucolor/quantize/*.h
77
__pycache__
88
*.pyc

materialyoucolor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.2"
1+
__version__ = "2.0.3"

0 commit comments

Comments
 (0)