Skip to content

Commit facd0fb

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 d364671 commit facd0fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
path: dist
9595
- name: Publish package to PyPI
9696
if: github.event.action != 'published'
97-
uses: pypa/gh-action-pypi-publish@v1.13.0
97+
uses: pypa/gh-action-pypi-publish@v1.14.0
9898
with:
9999
user: __token__
100100
password: ${{ secrets.test_pypi_password }}
@@ -117,7 +117,7 @@ jobs:
117117
path: dist
118118
- name: Publish package to PyPI
119119
if: github.event.action == 'published'
120-
uses: pypa/gh-action-pypi-publish@v1.13.0
120+
uses: pypa/gh-action-pypi-publish@v1.14.0
121121
with:
122122
user: __token__
123123
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)