diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e49a1bf..a445da1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,4 +23,6 @@ jobs: - name: Build distribution run: python -m build - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 + with: + verbose: true \ No newline at end of file diff --git a/release_notes.rst b/release_notes.rst index 86f38a9..3797636 100644 --- a/release_notes.rst +++ b/release_notes.rst @@ -17,6 +17,7 @@ v0.0.3 Mar 19, 2024 =================== * Remove pandas version upper bound restriction and add Python 3.11 tests (:pr:`16`) * Remove support for Python 3.8 (:pr:`22`) + * Add verbose flag for release upload (:pr:`27`) v0.0.2 May 9, 2023 ==================