Skip to content

Commit 0730584

Browse files
Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#513)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.11.0 to 1.12.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.11.0...v1.12.2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e042201 commit 0730584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releasing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Publish distribution 📦 to PyPI
4040
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
41-
uses: pypa/gh-action-pypi-publish@v1.11.0
41+
uses: pypa/gh-action-pypi-publish@v1.12.2
4242
with:
4343
user: __token__
4444
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)