Skip to content

Commit

Permalink
Upgrade twine and pkginfo
Browse files Browse the repository at this point in the history
Needed to upgrade to upload new version.
See pypi/warehouse#15611
  • Loading branch information
mattmccormick committed Jun 5, 2024
1 parent 55c4035 commit ae50240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ python -m build
[Upload](https://packaging.python.org/en/latest/tutorials/packaging-projects/#uploading-the-distribution-archives)

```shell
python -m twine upload dist/*
python -m twine upload dist/statprocon-x.y.z*
```

### Testing
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ more-itertools==9.1.0
mypy==1.4.1
mypy-extensions==1.0.0
packaging==23.1
pkginfo==1.9.6
pkginfo==1.11.0
platformdirs==3.9.1
pluggy==1.2.0
pycparser==2.21
Expand All @@ -38,7 +38,7 @@ six==1.16.0
statprocon @ file:///home/matt/projects/statprocon
tomli==2.0.1
tox==4.6.4
twine==4.0.2
twine==5.1.0
types-docutils==0.20.0.1
typing_extensions==4.7.1
urllib3==2.0.3
Expand Down

0 comments on commit ae50240

Please sign in to comment.