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 19720dd commit e9cf9b0Copy full SHA for e9cf9b0
.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.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
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