Skip to content

Commit 69124a9

Browse files
chore(ci)(deps): bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (#20)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.4 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@76f52bc...ed0c539) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 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 502d9ee commit 69124a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
path: dist/
101101

102102
- name: Publish to PyPI
103-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
103+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
104104
with:
105105
password: ${{ secrets.PYPI_API_TOKEN }}
106106
skip-existing: true
@@ -119,7 +119,7 @@ jobs:
119119
path: dist/
120120

121121
- name: Publish to Test PyPI
122-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
122+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
123123
with:
124124
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
125125
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)