diff --git a/scripts/publish.py b/scripts/publish.py index 9bd2d58..9590963 100644 --- a/scripts/publish.py +++ b/scripts/publish.py @@ -1,3 +1,4 @@ +"""Fetches the latest build artifacts from a GitHub Actions workflow and uploads them to PyPI using twine.""" import os import subprocess import requests diff --git a/setup.py b/setup.py index 9544ec0..dbef8d1 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/guides/single-sourcing-package-version/ - version="0.0.71", # Required + version="0.0.72", # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: # https://packaging.python.org/specifications/core-metadata/#summary