Skip to content

Commit

Permalink
Releases/2.6 (#699)
Browse files Browse the repository at this point in the history
* update history

* launch

* update tested python versions
  • Loading branch information
lanpa committed Jun 18, 2023
1 parent 6488a22 commit e1658af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
#password: ${{ secrets.PYPI_API }}
password: ${{ secrets.PYPI_API }}
repository_url: https://upload.pypi.org/legacy/

5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
History
=======
2.6 (2023-02-12)
-------------------
* Fixed several deprecation warnings
* Update dependencies

2.5.1 (2022-06-05)
-------------------
* Enforce protobuf's version upper bound
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ def run(self):
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
cmdclass={
'develop': PostDevelopCommand,
Expand Down

0 comments on commit e1658af

Please sign in to comment.