mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
fix wheel upload target, and change python versioning
This commit is contained in:
@@ -46,6 +46,6 @@ echo "--- Running $CIRCLE_JOB remotely"
|
|||||||
|
|
||||||
ssh -t $SSHTARGET bash "$BUILDDIR/exec_docker_run"
|
ssh -t $SSHTARGET bash "$BUILDDIR/exec_docker_run"
|
||||||
mkdir -p workspace
|
mkdir -p workspace
|
||||||
rsync -avz "$SSHTARGET:$BUILDDIR/python/.docker-tox/wheelhouse/*manylinux1*" workspace/
|
rsync -avz "$SSHTARGET:$BUILDDIR/python/.docker-tox/wheelhouse/*manylinux1*" workspace/wheelhouse/
|
||||||
rsync -avz "$SSHTARGET:$BUILDDIR/python/.docker-tox/dist/*" workspace/wheelhouse/
|
rsync -avz "$SSHTARGET:$BUILDDIR/python/.docker-tox/dist/*" workspace/wheelhouse/
|
||||||
rsync -avz "$SSHTARGET:$BUILDDIR/python/doc/_build/" workspace/py-docs
|
rsync -avz "$SSHTARGET:$BUILDDIR/python/doc/_build/" workspace/py-docs
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
0.600.1
|
0.700.0
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
- lots of new Python APIs
|
||||||
|
|
||||||
|
- use rust core-beta23
|
||||||
|
|
||||||
- introduce automatic versioning via setuptools_scm,
|
- introduce automatic versioning via setuptools_scm,
|
||||||
based on py-X.Y.Z tags
|
based on py-X.Y.Z tags
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ def main():
|
|||||||
"root": "..",
|
"root": "..",
|
||||||
"relative_to": __file__,
|
"relative_to": __file__,
|
||||||
'tag_regex': r'^(?P<prefix>py-)?(?P<version>[^\+]+)(?P<suffix>.*)?$',
|
'tag_regex': r'^(?P<prefix>py-)?(?P<version>[^\+]+)(?P<suffix>.*)?$',
|
||||||
|
'git_describe_command': "git describe --dirty --tags --long --match py-*.*",
|
||||||
},
|
},
|
||||||
description='Python bindings for the Delta Chat Core library using CFFI against the Rust-implemented libdeltachat',
|
description='Python bindings for the Delta Chat Core library using CFFI against the Rust-implemented libdeltachat',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
|||||||
Reference in New Issue
Block a user