Skip to content

Commit 16ff406

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows (#53)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.4 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.4...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: rsexton2 <[email protected]>
1 parent 38a5297 commit 16ff406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
path: dist/
113113

114114
- name: Publish to TestPyPI
115-
uses: pypa/gh-action-pypi-publish@v1.12.4
115+
uses: pypa/gh-action-pypi-publish@v1.13.0
116116
with:
117117
repository-url: https://test.pypi.org/legacy/
118118

@@ -136,7 +136,7 @@ jobs:
136136
path: dist/
137137

138138
- name: Publish to PyPI
139-
uses: pypa/gh-action-pypi-publish@v1.12.4
139+
uses: pypa/gh-action-pypi-publish@v1.13.0
140140

141141
test-deployed-testpypi:
142142
name: Test deployed package (TestPyPI)

0 commit comments

Comments
 (0)