Skip to content

Commit

Permalink
Add verbose flag for release. (#27)
Browse files Browse the repository at this point in the history
* verbose publish

* update release notes
  • Loading branch information
thehomebrewnerd committed Mar 19, 2024
1 parent 1a4da31 commit b16fb8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
1 change: 1 addition & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
==================
Expand Down

0 comments on commit b16fb8e

Please sign in to comment.