From 54dd1dd150ac0fa55b450a3f33e77a00398b1186 Mon Sep 17 00:00:00 2001 From: Stanislas P <57526019+quaxsze@users.noreply.github.com> Date: Thu, 18 Mar 2021 10:10:20 +0100 Subject: [PATCH] Add pip upgrade in circle's publish step (#2596) --- .circleci/config.yml | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 782f368bf3..fe35bd0a83 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -156,6 +156,7 @@ jobs: - deploy: name: Publish on PyPI command: | + pip install --upgrade pip pip install twine twine upload --username "${PYPI_USERNAME}" --password "${PYPI_PASSWORD}" dist/*.whl diff --git a/CHANGELOG.md b/CHANGELOG.md index 81947ed439..f2a67295e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - The button "Edit" and the dropdown were merged. The button is now only a dropdown listing the actions. - "Edit" action has been renamed to "Edit the dataset/reuse/organization/profile" according to the current object to edit. - Add `nofollow` attribute to links in discussions comments [#2593](https://github.com/opendatateam/udata/pull/2593) +- Add pip upgrade in circle's publish step [2596](https://github.com/opendatateam/udata/pull/2596) ## 2.6.1 (2021-01-26)