Skip to content

Commit b16fb8e

Browse files
Add verbose flag for release. (#27)
* verbose publish * update release notes
1 parent 1a4da31 commit b16fb8e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323
- name: Build distribution
2424
run: python -m build
2525
- name: Publish package distributions to PyPI
26-
uses: pypa/gh-action-pypi-publish@release/v1
26+
uses: pypa/gh-action-pypi-publish@release/v1
27+
with:
28+
verbose: true

release_notes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ v0.0.3 Mar 19, 2024
1717
===================
1818
* Remove pandas version upper bound restriction and add Python 3.11 tests (:pr:`16`)
1919
* Remove support for Python 3.8 (:pr:`22`)
20+
* Add verbose flag for release upload (:pr:`27`)
2021

2122
v0.0.2 May 9, 2023
2223
==================

0 commit comments

Comments
 (0)