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 d2f1fb7 commit 88d59abCopy full SHA for 88d59ab
.github/workflows/release.yml
@@ -89,10 +89,10 @@ jobs:
89
90
- name: Publish package (to TestPyPI)
91
if: github.event_name == 'workflow_dispatch' && github.repository == 'nRF24/CircuitPython_nRF24L01'
92
- uses: pypa/gh-action-pypi-publish@v1.10.3
+ uses: pypa/gh-action-pypi-publish@v1.12.4
93
with:
94
repository-url: https://test.pypi.org/legacy/
95
96
- name: Publish package (to PyPI)
97
if: github.event_name != 'workflow_dispatch' && github.repository == 'nRF24/CircuitPython_nRF24L01'
98
0 commit comments