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 11c6958 commit c3e934bCopy full SHA for c3e934b
.github/workflows/pypi.yaml
@@ -22,6 +22,9 @@ jobs:
22
- name: Install Python Dependencies
23
run: |
24
pip install --upgrade wheel setuptools twine
25
+ - name: Install Deps
26
+ run: |
27
+ pip install -U wheel setuptools twine build
28
- name: Build Binary
29
30
python -m build
inventree_brother/__init__.py
@@ -1 +1 @@
1
-BROTHER_PLUGIN_VERSION = "2.0.3"
+BROTHER_PLUGIN_VERSION = "2.0.4"
0 commit comments