Skip to content

Commit

Permalink
Add pip upgrade in circle's publish step (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
quaxsze authored Mar 18, 2021
1 parent 499128a commit 54dd1dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 54dd1dd

Please sign in to comment.