Skip to content

Commit

Permalink
Merge pull request #25 from eindiran/ei_20240628_fix_twine
Browse files Browse the repository at this point in the history
Fix Twine issues by upgrading to 5.1.1
  • Loading branch information
eindiran authored Jun 29, 2024
2 parents 0ec31b0 + 6d34295 commit e8a8064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ recorded here.
[0.5.5] - 2024-06-28
--------------------

- Fix Twine issues with importlib-metadata (see issue `here <https://github.com/pypa/twine/issues/1125>`__).
- Enable Python3.8 support

[0.5.4] - 2024-06-14
Expand Down
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
build==1.2.1
coverage==7.5.3
importlib_metadata==7.1.0
mypy==1.10.0
pre-commit==3.7.1
ruff==0.4.8
setuptools==70.0.0
sphinx==7.3.7
twine==5.1.0
twine==5.1.1
wheel==0.43.0

0 comments on commit e8a8064

Please sign in to comment.