Skip to content

Commit e68ea3c

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.12.2 to 1.12.3 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.2...v1.12.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 444830f commit e68ea3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ jobs:
9797
# if: >-
9898
# (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
9999
# || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
100-
# uses: pypa/[email protected].2
100+
# uses: pypa/[email protected].3
101101
# with:
102102
# repository-url: https://test.pypi.org/legacy/
103103
# print-hash: true
104104

105105
- name: Publish distribution 📦 to PyPI
106106
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
107-
uses: pypa/[email protected].2
107+
uses: pypa/[email protected].3
108108
with:
109109
print-hash: true
110110

0 commit comments

Comments
 (0)