Skip to content

Commit 2e4cc0f

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows (#17)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9352800 commit 2e4cc0f

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.12.4
84+
uses: pypa/gh-action-pypi-publish@v1.13.0
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.12.4
90+
uses: pypa/gh-action-pypi-publish@v1.13.0

0 commit comments

Comments
 (0)