Skip to content

Commit e9cf9b0

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] <[email protected]>
1 parent 19720dd commit e9cf9b0

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
@@ -89,10 +89,10 @@ jobs:
8989

9090
- name: Publish package (to TestPyPI)
9191
if: github.event_name == 'workflow_dispatch' && github.repository == 'nRF24/CircuitPython_nRF24L01'
92-
uses: pypa/gh-action-pypi-publish@v1.12.4
92+
uses: pypa/gh-action-pypi-publish@v1.13.0
9393
with:
9494
repository-url: https://test.pypi.org/legacy/
9595

9696
- name: Publish package (to PyPI)
9797
if: github.event_name != 'workflow_dispatch' && github.repository == 'nRF24/CircuitPython_nRF24L01'
98-
uses: pypa/gh-action-pypi-publish@v1.12.4
98+
uses: pypa/gh-action-pypi-publish@v1.13.0

0 commit comments

Comments
 (0)