Skip to content

Commit fe7e975

Browse files
chore(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.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] <[email protected]>
1 parent 05b0abd commit fe7e975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555
5656
- name: Publish package on PyPI
5757
if: steps.check-version.outputs.tag
58-
uses: pypa/gh-action-pypi-publish@v1.12.4
58+
uses: pypa/gh-action-pypi-publish@v1.13.0
5959
with:
6060
user: __token__
6161
password: ${{ secrets.PYPI_TOKEN }}
6262

6363
- name: Publish package on TestPyPI
6464
if: "! steps.check-version.outputs.tag"
65-
uses: pypa/gh-action-pypi-publish@v1.12.4
65+
uses: pypa/gh-action-pypi-publish@v1.13.0
6666
with:
6767
user: __token__
6868
password: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)