Skip to content

Commit f07024e

Browse files
Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#252)
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>
1 parent 5813fce commit f07024e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: dist/
4141

4242
- name: Publish to PyPI
43-
uses: pypa/gh-action-pypi-publish@v1.13.0
43+
uses: pypa/gh-action-pypi-publish@v1.14.0
4444

4545
# Job that pushes dist artifacts to TestPyPI for test release tags
4646
test-pypi-publish:
@@ -65,7 +65,7 @@ jobs:
6565
path: dist/
6666

6767
- name: Publish to TestPyPI
68-
uses: pypa/gh-action-pypi-publish@v1.13.0
68+
uses: pypa/gh-action-pypi-publish@v1.14.0
6969
with:
7070
repository-url: https://test.pypi.org/legacy/
7171

0 commit comments

Comments
 (0)