Skip to content

Commit 80b0dfe

Browse files
dependabot[bot]SkypLabs
authored andcommitted
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 beceafa commit 80b0dfe

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
@@ -141,7 +141,7 @@ jobs:
141141
merge-multiple: true
142142

143143
- name: Publish to TestPyPI
144-
uses: pypa/gh-action-pypi-publish@v1.8.14
144+
uses: pypa/gh-action-pypi-publish@v1.13.0
145145
with:
146146
repository-url: https://test.pypi.org/legacy/
147147
password: ${{ secrets.PYPI_API_TOKEN }}
@@ -166,7 +166,7 @@ jobs:
166166
merge-multiple: true
167167

168168
- name: Publish to test PyPI
169-
uses: pypa/gh-action-pypi-publish@v1.8.14
169+
uses: pypa/gh-action-pypi-publish@v1.13.0
170170
with:
171171
password: ${{ secrets.PYPI_API_TOKEN }}
172172
print-hash: true

0 commit comments

Comments
 (0)