Skip to content

Commit 8a95086

Browse files
Bump pypa/gh-action-pypi-publish in the actions group
Bumps the actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.14.1 to 1.14.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.14.1...v1.14.2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf2a6d8 commit 8a95086

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ jobs:
9595
# if: >-
9696
# (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
9797
# || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
98-
# uses: pypa/gh-action-pypi-publish@v1.14.1
98+
# uses: pypa/gh-action-pypi-publish@v1.14.2
9999
# with:
100100
# repository-url: https://test.pypi.org/legacy/
101101
# print-hash: true
102102

103103
- name: Publish distribution 📦 to PyPI
104104
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
105-
uses: pypa/gh-action-pypi-publish@v1.14.1
105+
uses: pypa/gh-action-pypi-publish@v1.14.2
106106
with:
107107
print-hash: true
108108

0 commit comments

Comments
 (0)