Skip to content

Commit 3a4071e

Browse files
chore(ci): bump pypa/gh-action-pypi-publish in the github-actions group (#611)
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 4b928c2 commit 3a4071e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Upload packages to Jazzband
3232
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
33-
uses: pypa/[email protected].3
33+
uses: pypa/[email protected].4
3434
with:
3535
user: jazzband
3636
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}

0 commit comments

Comments
 (0)