Skip to content

Commit dbc33a3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/all-in-one.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ jobs:
367367
BENJI_VERSION_OVERRIDE: "${{ needs.gather_info.outputs.public_version }}"
368368

369369
- name: Publish artifacts to PyPI
370-
uses: pypa/gh-action-pypi-publish@v1.4.2
370+
uses: pypa/gh-action-pypi-publish@v1.13.0
371371
with:
372372
password: ${{ secrets.PYPI_API_TOKEN }}
373373

@@ -408,7 +408,7 @@ jobs:
408408
BENJI_VERSION_OVERRIDE: "${{ needs.gather_info.outputs.public_version }}"
409409

410410
- name: Publish artifacts to PyPI test
411-
uses: pypa/gh-action-pypi-publish@v1.4.2
411+
uses: pypa/gh-action-pypi-publish@v1.13.0
412412
with:
413413
password: ${{ secrets.PYPI_TEST_API_TOKEN }}
414414
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)