We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15c30f commit 9352800Copy full SHA for 9352800
.github/workflows/release.yml
@@ -81,10 +81,10 @@ jobs:
81
82
- name: Publish package (to TestPyPI)
83
if: github.event_name == 'workflow_dispatch' && github.repository == '2bndy5/CircuitPython_Cirque_Pinnacle'
84
- uses: pypa/gh-action-pypi-publish@v1.10.3
+ uses: pypa/gh-action-pypi-publish@v1.12.4
85
with:
86
repository-url: https://test.pypi.org/legacy/
87
88
- name: Publish package (to PyPI)
89
if: github.event_name != 'workflow_dispatch' && github.repository == '2bndy5/CircuitPython_Cirque_Pinnacle'
90
0 commit comments