Skip to content

Commit 64dcb2e

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.5.1 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.1...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 1a75a1e commit 64dcb2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python -m pip install --upgrade build
2020
- run: python -m build
2121
- name: Publish package to TestPyPI
22-
uses: pypa/gh-action-pypi-publish@v1.5.1
22+
uses: pypa/gh-action-pypi-publish@v1.13.0
2323
with:
2424
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
2525
repository_url: https://test.pypi.org/legacy/
@@ -40,7 +40,7 @@ jobs:
4040
python -m pip install --upgrade build
4141
- run: python -m build
4242
- name: Publish a Python distribution to PyPI
43-
uses: pypa/gh-action-pypi-publish@v1.5.1
43+
uses: pypa/gh-action-pypi-publish@v1.13.0
4444
with:
4545
password: ${{ secrets.PYPI_API_TOKEN }}
4646
verbose: true

0 commit comments

Comments
 (0)