Skip to content

Commit 88d59ab

Browse files
Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.4 (#65)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.3 to 1.12.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.3...v1.12.4) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2f1fb7 commit 88d59ab

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.10.3
92+
uses: pypa/gh-action-pypi-publish@v1.12.4
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.10.3
98+
uses: pypa/gh-action-pypi-publish@v1.12.4

0 commit comments

Comments
 (0)