Skip to content

Commit

Permalink
Merge branch 'master' of github.com:opendatateam/udata
Browse files Browse the repository at this point in the history
  • Loading branch information
quaxsze committed Mar 22, 2021
2 parents d67257a + 532f957 commit 6addd9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
name: Publish on PyPI
command: |
pip install --upgrade pip
pip install twine
pip install twine==3.3.0
twine upload --username "${PYPI_USERNAME}" --password "${PYPI_PASSWORD}" dist/*.whl
workflows:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- 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)
- Pin Twine's version [2597](https://github.com/opendatateam/udata/pull/2597)
- Pin twine'version in circle's publish step [2598](https://github.com/opendatateam/udata/pull/2598)

## 2.6.1 (2021-01-26)

Expand Down

0 comments on commit 6addd9c

Please sign in to comment.