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 3cc31ab commit d6ae955Copy full SHA for d6ae955
.github/workflows/release.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: Build
28
id: build
29
run: |
30
+ pip install wheel
31
python setup.py build sdist bdist_wheel
32
33
- name: Create Release
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="vpype-gcode",
8
- version="0.12.0",
+ version="0.12.1",
9
description="vpype gcode plugin",
10
long_description=readme,
11
long_description_content_type="text/markdown",
0 commit comments