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 b5c24ff commit bce5e49Copy full SHA for bce5e49
.github/workflows/ci.yml
@@ -425,4 +425,4 @@ jobs:
425
- name: Publish to pypi
426
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
427
continue-on-error: true
428
- run: uv publish --token ${{ secrets.pypi_burny_common_token }}
+ run: uv publish --token ${{ secrets.PYPI_PYTHON_SC2_TOKEN }}
0 commit comments