Skip to content

Commit 5d946da

Browse files
Bump pypa/gh-action-pypi-publish in the github-actions group (#99)
Bumps the github-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.3 to 1.12.4 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.3...v1.12.4) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8454321 commit 5d946da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ jobs:
9999

100100
- name: Publish package (to TestPyPI)
101101
if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main'
102-
uses: pypa/[email protected].3
102+
uses: pypa/[email protected].4
103103
with:
104104
repository-url: https://test.pypi.org/legacy/
105105

106106
- name: Publish to PyPi
107107
# only upload distributions to PyPi when triggered by a published release
108108
if: github.event_name == 'release'
109-
uses: pypa/[email protected].3
109+
uses: pypa/[email protected].4

0 commit comments

Comments
 (0)