diff --git a/README.rst b/README.rst index 6de7d76..2bc7e7c 100644 --- a/README.rst +++ b/README.rst @@ -131,7 +131,7 @@ The following actions are required to push a new version: bumpversion [major|minor|patch] git push && git push --tags - python -m build --wheel --no-isolation + python -m build --wheel twine upload dist/* diff --git a/pyproject.toml b/pyproject.toml index 737c097..30a2492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,6 @@ requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"] name = "django-user-sessions" authors = [ {name = "Bouke Haarsma", email = "bouke@haarsma.eu"}, - # {name = "Hugo Osvaldo Barrera", email = "hugo@whynothugo.nl"}, ] description = "Django sessions with a foreign key to the user" readme = "README.rst" @@ -60,8 +59,7 @@ dev = [ "Sphinx", "sphinx_rtd_theme", # Build - "wheel", # TODO: not required? - "bumpversion", # TODO: unused? + "bumpversion", "twine", ] @@ -70,5 +68,3 @@ packages = ["user_sessions"] [tool.setuptools_scm] version_scheme = "post-release" - -# TODO: confirm that package data is shipped properly