Skip to content

Commit fad3dc5

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 2273804 commit fad3dc5

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
@@ -101,14 +101,14 @@ jobs:
101101
path: dist
102102
- name: Publish package to Test PyPI
103103
if: github.event.action != 'published' && github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
104-
uses: pypa/gh-action-pypi-publish@v1.12.4
104+
uses: pypa/gh-action-pypi-publish@v1.13.0
105105
with:
106106
user: __token__
107107
password: ${{ secrets.test_pypi_password }}
108108
repository_url: https://test.pypi.org/legacy/
109109
- name: Publish package to PyPI
110110
if: github.event.action == 'published'
111-
uses: pypa/gh-action-pypi-publish@v1.12.4
111+
uses: pypa/gh-action-pypi-publish@v1.13.0
112112
with:
113113
user: __token__
114114
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)