Skip to content

Commit 3aaa045

Browse files
committed
bug fix
1 parent 668b623 commit 3aaa045

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
/opt/python/cp39-cp39/bin/python setup.py bdist_wheel
2828
/opt/python/cp310-cp310/bin/python setup.py bdist_wheel
2929
/opt/python/cp311-cp311/bin/python setup.py bdist_wheel
30-
/opt/python/cp312-cp312/bin/python setup.py sdist bdist_wheel
30+
/opt/python/cp312-cp312/bin/python setup.py bdist_wheel sdist
3131
- name: Run tests
3232
run: |
3333
/opt/python/cp39-cp39/bin/pip install --find-links=dist materialyoucolor

materialyoucolor/__init__.py

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

0 commit comments

Comments
 (0)