Skip to content

Commit 08d5bc9

Browse files
Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4b8775 commit 08d5bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
merge-multiple: true
120120

121121
- name: Upload to Test PyPI
122-
uses: pypa/gh-action-pypi-publish@v1.13.0
122+
uses: pypa/gh-action-pypi-publish@v1.14.0
123123
with:
124124
skip-existing: true
125125
repository-url: https://test.pypi.org/legacy/
@@ -143,6 +143,6 @@ jobs:
143143

144144
- name: Upload to PyPI
145145
if: startsWith(github.ref, 'refs/tags/v')
146-
uses: pypa/gh-action-pypi-publish@v1.13.0
146+
uses: pypa/gh-action-pypi-publish@v1.14.0
147147
with:
148148
skip-existing: true

0 commit comments

Comments
 (0)