Skip to content

Commit ea09960

Browse files
Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#177)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oliver Beckstein <orbeckst@gmail.com>
1 parent a257aed commit ea09960

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
@@ -120,7 +120,7 @@ jobs:
120120
path: dist/
121121

122122
- name: Publish to TestPyPI
123-
uses: pypa/gh-action-pypi-publish@v1.13.0
123+
uses: pypa/gh-action-pypi-publish@v1.14.0
124124
with:
125125
repository-url: https://test.pypi.org/legacy/
126126

@@ -144,7 +144,7 @@ jobs:
144144
path: dist/
145145

146146
- name: Publish to PyPI
147-
uses: pypa/gh-action-pypi-publish@v1.13.0
147+
uses: pypa/gh-action-pypi-publish@v1.14.0
148148

149149
test-deployed-testpypi:
150150
name: Test deployed package (TestPyPI)

0 commit comments

Comments
 (0)