Skip to content

Commit c2b0cee

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 in the all group (#478)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7688069 commit c2b0cee

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
name: ${{ env.dists-artifact-name }}
106106
path: dist/
107107
- name: Publish to PyPI
108-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
108+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
109109
with:
110110
skip-existing: true
111111
- name: Create GitHub release

docs/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
- 📝 docs(appauthor): clarify None vs False on Windows :pr:`476`
1010
- Separates implementations of macOS dirs that share a default :pr:`473` - by :user:`Goddesen`
1111
- Remove persist-credentials: false from release job :pr:`472`
12-
- fix: do not duplicate site dirs in Unix.iter_{config,site}_dirs() when use_site_for_root is active :pr:`469` - by :user:`viccie30`
12+
- fix: do not duplicate site dirs in Unix.iter_{config,site}_dirs() when use_site_for_root is active :pr:`469` - by
13+
:user:`viccie30`
1314
- 🔧 fix(type): resolve ty 0.0.25 type errors :pr:`468`
1415
- 🔒 ci(workflows): add zizmor security auditing :pr:`467`
1516
- 🐛 fix(release): generate docstrfmt-compatible changelog entries :pr:`463`

0 commit comments

Comments
 (0)