Skip to content

Commit 5cf00c2

Browse files
build(deps): bump pypa/gh-action-pypi-publish in /.github/workflows
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.2 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.4.2...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]>
1 parent 88dfd02 commit 5cf00c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Publish distribution to Test PyPI
7373
continue-on-error: true
74-
uses: pypa/gh-action-pypi-publish@v1.4.2 # Try to update version tag every release
74+
uses: pypa/gh-action-pypi-publish@v1.13.0 # Try to update version tag every release
7575
with:
7676
password: ${{ secrets.PYPI_TOKEN }}
7777
repository_url: https://upload.pypi.org/legacy/ # This must be changed if testing deploys to test.pypi.org

0 commit comments

Comments
 (0)