Skip to content
Snippets Groups Projects
Commit 2aaab9a2 authored by Jan Möbius's avatar Jan Möbius
Browse files

Prepared scripts for 1.2.0 upload

parent f75049bd
No related branches found
No related tags found
No related merge requests found
Pipeline #20384 passed
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
revision=${1:-master} revision=${1:-master}
for name in "deploy-sdist" "deploy-2.7-macos" "deploy-3.5-macos" "deploy-2.7-linux" "deploy-3.5-linux" "deploy-3.7-VS2017" for name in "deploy-sdist" "deploy-3.9-macos-m1" "deploy-3.9-macos" "deploy-3.9-linux" "deploy-3.9-VS2017"
do do
wget "https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/-/jobs/artifacts/$revision/download?job=$name" -O "$name.zip" wget "https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/openmesh-python/-/jobs/artifacts/$revision/download?job=$name" -O "$name.zip"
unzip "$name.zip" unzip "$name.zip"
rm -f "$name.zip" rm -f "$name.zip"
done done
......
...@@ -81,7 +81,7 @@ class CMakeBuild(build_ext): ...@@ -81,7 +81,7 @@ class CMakeBuild(build_ext):
setup( setup(
name='openmesh', name='openmesh',
version="1.1.6", version="1.2.0",
author='Alexander Dielen, Isaak Lim, Janis Born', author='Alexander Dielen, Isaak Lim, Janis Born',
author_email='vci-pypi@cs.rwth-aachen.de', author_email='vci-pypi@cs.rwth-aachen.de',
description='a versatile halfedge-based data structure for representing and manipulating polygon meshes', description='a versatile halfedge-based data structure for representing and manipulating polygon meshes',
...@@ -97,14 +97,11 @@ setup( ...@@ -97,14 +97,11 @@ setup(
url='https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python', url='https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python',
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
'Topic :: Multimedia :: Graphics', 'Topic :: Multimedia :: Graphics',
], ],
project_urls={ project_urls={
'Source':'https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python', 'Source':'https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/openmesh-python',
'Tracker':'https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/issues', 'Tracker':'https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/openmesh-python/issues',
} }
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment