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.
2 parents 11c6958 + 2225965 commit 6f12874Copy full SHA for 6f12874
.github/workflows/pypi.yaml
@@ -19,9 +19,9 @@ jobs:
19
uses: actions/setup-python@v2
20
with:
21
python-version: 3.9
22
- - name: Install Python Dependencies
+ - name: Install Deps
23
run: |
24
- pip install --upgrade wheel setuptools twine
+ pip install -U wheel setuptools twine build
25
- name: Build Binary
26
27
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