From 23bc148e60f2d459afab02c70b45c395d8d2526e Mon Sep 17 00:00:00 2001 From: Michael Haas Date: Tue, 21 Jul 2020 17:46:28 +0200 Subject: [PATCH 1/2] Prepare release 0.6.7 --- CHANGELOG.md | 12 +++++++++++- version.txt | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e73a07..7f42edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * (Add here) +## [0.6.7] + +### Changed + +* Improvements to build process [#53] +* No functional changes. + +[#53]: https://github.com/SAP/data-attribute-recommendation-python-sdk/pull/53 + ## [0.6.6] ### Changed @@ -61,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * First public release -[Unreleased]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/v0.6.6...HEAD +[Unreleased]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/v0.6.7...HEAD +[0.6.7]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/v0.6.6...0.6.7 [0.6.6]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/v0.6.5...0.6.6 [0.6.5]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/v0.6.4...0.6.5 [0.6.4]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/v0.6.3...0.6.4 diff --git a/version.txt b/version.txt index 05e8a45..2228cad 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.6 +0.6.7 From bba47ee1cdd431a670b24f611b8af477835566cd Mon Sep 17 00:00:00 2001 From: Michael Haas Date: Tue, 21 Jul 2020 17:46:43 +0200 Subject: [PATCH 2/2] Travis: Disable cleanup for ALL deploy steps Otherwise, the pypi step will clean up the artifacts required by the github step. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b63bfc..b12c649 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,6 +103,7 @@ jobs: script: skip deploy: - provider: pypi + skip_cleanup: true username: __token__ distributions: "sdist bdist_wheel" password: @@ -113,12 +114,12 @@ jobs: all_branches: true skip_existing: true - provider: releases + skip_cleanup: true api_key: # API key for a machine user specifically created for this task: # https://github.com/dar-sdk-machine-user secure: "m0kXSf53vJY95nb7lrM4N4KTiSmNuSoHfS3swxhjuoEdCPuaYHkpkHjPYH6ZNIjBbFEMGw4YENEcUdyzlshPe/WIX5IQ1LjFTZ1U9wP8Iup0VNW9NAHn32Q9oRUFKdD5IeCtjvQwGdVZbAoJM7+IwX19qqhgkPf1VEPPcq3zW+J/aZNg1ayfH+79x60vybapeG7a8QNvxNATrHaO07+xuWIoDaSKZA0ggDn2zxdaDGk/1SJRZsu67YA0DqFAYB8CtspgewJg7MIrLQcHps9yq+vp1sPHiWy9SH87CDyG9+NMXBb2rnvsmRwxXI659wFOQqMWmCgSs/L3IMPBCGziSqgw7MG5hLVpyrmExINuag2yricm0RDPYVxnJKBz3a7J4pl1zudpdfudich8WDinJk7TJHR3tTgIFx1ASmA20RiY22NUvHWpRL88jNJn5LXDyOaT5bT7c6i9VwxpUq234DXLQ9iUMrbs5P576x/Px71dfJ8RLv52D4TmwQYVzgRdFeFI/TOvyvIKA4dYfGylpsueIScZTn5G0p9srzqpRT8gr1sOlIsBHjISppeyEG6C3uTuhaP/zu7o+soQtiMHWm7G2/5BpUBz7JwMODMnK1f4B4stQJYo7Kx+KsGPUrkJVst07klya44EYGS7Ik8Dm6YsNhvc0safYxxNK71cqGY=" file: "system_test_results/traceability.html" - skip_cleanup: true on: # Limitation on branches is done in the "stages" section, so if # the stage is executed, we always want to deploy