Skip to content

Commit 9352800

Browse files
Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.4 (#13)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f15c30f commit 9352800

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
@@ -81,10 +81,10 @@ jobs:
8181

8282
- name: Publish package (to TestPyPI)
8383
if: github.event_name == 'workflow_dispatch' && github.repository == '2bndy5/CircuitPython_Cirque_Pinnacle'
84-
uses: pypa/gh-action-pypi-publish@v1.10.3
84+
uses: pypa/gh-action-pypi-publish@v1.12.4
8585
with:
8686
repository-url: https://test.pypi.org/legacy/
8787

8888
- name: Publish package (to PyPI)
8989
if: github.event_name != 'workflow_dispatch' && github.repository == '2bndy5/CircuitPython_Cirque_Pinnacle'
90-
uses: pypa/gh-action-pypi-publish@v1.10.3
90+
uses: pypa/gh-action-pypi-publish@v1.12.4

0 commit comments

Comments
 (0)