Skip to content

Commit ca803de

Browse files
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.1.0 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.1.0...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 871da50 commit ca803de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python setup.py sdist bdist_wheel
1919
- name: Publish package
2020
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
21-
uses: pypa/gh-action-pypi-publish@v1.1.0
21+
uses: pypa/gh-action-pypi-publish@v1.13.0
2222
with:
2323
user: __token__
2424
password: ${{ secrets.pypi_password_kivy_garden_mapview }}
@@ -39,7 +39,7 @@ jobs:
3939
python setup_meta.py sdist bdist_wheel
4040
- name: Publish package
4141
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
42-
uses: pypa/gh-action-pypi-publish@v1.1.0
42+
uses: pypa/gh-action-pypi-publish@v1.13.0
4343
with:
4444
user: __token__
4545
password: ${{ secrets.pypi_password_mapview }}

0 commit comments

Comments
 (0)