Skip to content

Commit f943d14

Browse files
Release 2.3.4 (Restricts lib3mf to amd64 in linux/windows and universal in macos)
1 parent c446e34 commit f943d14

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272

7373
- name: Build macOS wheel (macosx_universal2)
7474
run: |
75-
python -c "from pip._vendor.packaging.tags import cpython_tags; print('\n'.join(str(t) for t in cpython_tags()))"
7675
python setup.py bdist_wheel --python-tag py3 --plat-name macosx_10_9_universal2
7776
7877
- name: Store wheel filename

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def download_file(url):
6464
# Setup script
6565
setup(
6666
name='lib3mf',
67-
version='2.3.4rc1',
67+
version='2.3.4',
6868
description='lib3mf is an implementation of the 3D Manufacturing Format file standard',
6969
long_description=readme_content,
7070
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)