Skip to content

Commit 6c1a31b

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.13.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.14...v1.13.0) --- 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>
1 parent cb013ee commit 6c1a31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
merge-multiple: true
135135

136136
- name: Publish to TestPyPI
137-
uses: pypa/gh-action-pypi-publish@v1.8.14
137+
uses: pypa/gh-action-pypi-publish@v1.13.0
138138
with:
139139
repository-url: https://test.pypi.org/legacy/
140140
password: ${{ secrets.PYPI_API_TOKEN }}
@@ -159,7 +159,7 @@ jobs:
159159
merge-multiple: true
160160

161161
- name: Publish to test PyPI
162-
uses: pypa/gh-action-pypi-publish@v1.8.14
162+
uses: pypa/gh-action-pypi-publish@v1.13.0
163163
with:
164164
password: ${{ secrets.PYPI_API_TOKEN }}
165165
print-hash: true

0 commit comments

Comments
 (0)