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 beb23fe commit 1251acbCopy full SHA for 1251acb
.github/workflows/release.yml
@@ -139,4 +139,4 @@ jobs:
139
if: github.repository == 'nRF24/CircuitPython_nRF24L01'
140
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
141
with:
142
- repository-url: https://${{github.event_name == 'workflow_dispatch' && 'test' || 'upload' }}.pypi.org/legacy/
+ repository-url: https://${{ startsWith(github.ref, 'refs/tags/v') && 'upload' || 'test' }}.pypi.org/legacy/
0 commit comments