diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index f86d4b2e8..1b28d67f7 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -31,6 +31,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/ + verbose: true publish-prod: name: Publish to PyPI @@ -56,3 +57,5 @@ jobs: python -m build - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + verbose: true diff --git a/pyproject.toml b/pyproject.toml index 2cf743f81..5df254267 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,6 @@ dynamic = ["version"] setuptools_scm = "setuptools_scm._integration.setuptools:infer_version" - [tool.setuptools] packages = ["ultraplot"] include-package-data = true