Skip to content

Commit 15893d9

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.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] <support@github.com>
1 parent d6d50c0 commit 15893d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
mkdir output
2828
cp dist/*.tar.gz output
2929
- name: Publish
30-
uses: pypa/gh-action-pypi-publish@v1.12.4
30+
uses: pypa/gh-action-pypi-publish@v1.13.0
3131
with:
3232
user: __token__
3333
password: ${{ secrets.PYPI_API_TOKEN }}
@@ -53,7 +53,7 @@ jobs:
5353
mkdir output
5454
cp wheelhouse/*.whl output
5555
- name: Publish
56-
uses: pypa/gh-action-pypi-publish@v1.12.4
56+
uses: pypa/gh-action-pypi-publish@v1.13.0
5757
with:
5858
user: __token__
5959
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)