We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668b623 commit 3aaa045Copy full SHA for 3aaa045
.github/workflows/linux.yml
@@ -27,7 +27,7 @@ jobs:
27
/opt/python/cp39-cp39/bin/python setup.py bdist_wheel
28
/opt/python/cp310-cp310/bin/python setup.py bdist_wheel
29
/opt/python/cp311-cp311/bin/python setup.py bdist_wheel
30
- /opt/python/cp312-cp312/bin/python setup.py sdist bdist_wheel
+ /opt/python/cp312-cp312/bin/python setup.py bdist_wheel sdist
31
- name: Run tests
32
run: |
33
/opt/python/cp39-cp39/bin/pip install --find-links=dist materialyoucolor
materialyoucolor/__init__.py
@@ -1 +1 @@
1
-__version__ = "2.0.4"
+__version__ = "2.0.5"
0 commit comments