We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c446e34 commit f943d14Copy full SHA for f943d14
2 files changed
.github/workflows/python-package.yml
@@ -72,7 +72,6 @@ jobs:
72
73
- name: Build macOS wheel (macosx_universal2)
74
run: |
75
- python -c "from pip._vendor.packaging.tags import cpython_tags; print('\n'.join(str(t) for t in cpython_tags()))"
76
python setup.py bdist_wheel --python-tag py3 --plat-name macosx_10_9_universal2
77
78
- name: Store wheel filename
setup.py
@@ -64,7 +64,7 @@ def download_file(url):
64
# Setup script
65
setup(
66
name='lib3mf',
67
- version='2.3.4rc1',
+ version='2.3.4',
68
description='lib3mf is an implementation of the 3D Manufacturing Format file standard',
69
long_description=readme_content,
70
long_description_content_type='text/markdown',
0 commit comments