Skip to content

Commit

Permalink
test new build
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Dynamos committed Jan 15, 2024
1 parent 72b1298 commit e9178d6
Show file tree
Hide file tree
Showing 25 changed files with 14,319 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2
- name: Install dependencies
run: |
pip install --upgrade pip setuptools rich pybind11 wheel requests
pip install --upgrade pip setuptools rich wheel requests
- name: Build wheel
run: |
python setup.py ${{ matrix.dist }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
uses: actions/checkout@v2
- name: Install dependencies
run: |
/opt/python/cp39-cp39/bin/pip install --upgrade pip setuptools rich pybind11 wheel requests
/opt/python/cp310-cp310/bin/pip install --upgrade pip setuptools rich pybind11 wheel requests
/opt/python/cp311-cp311/bin/pip install --upgrade pip setuptools rich pybind11 wheel requests
/opt/python/cp312-cp312/bin/pip install --upgrade pip setuptools rich pybind11 wheel requests
/opt/python/cp39-cp39/bin/pip install --upgrade pip setuptools rich wheel requests
/opt/python/cp310-cp310/bin/pip install --upgrade pip setuptools rich wheel requests
/opt/python/cp311-cp311/bin/pip install --upgrade pip setuptools rich wheel requests
/opt/python/cp312-cp312/bin/pip install --upgrade pip setuptools rich wheel requests
- name: Build wheel
run: |
/opt/python/cp39-cp39/bin/python setup.py bdist_wheel
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ build
patch
dist
*.egg*
*.cc
*.h
materialyoucolor/quantize/*.cc
materialyoucolor/quantize/*.h
__pycache__
*.pyc
2 changes: 1 addition & 1 deletion materialyoucolor/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.2"
__version__ = "2.0.3"
Loading

0 comments on commit e9178d6

Please sign in to comment.