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 d017e99 commit e97180cCopy full SHA for e97180c
.github/workflows/upload_to_pypi.yml
@@ -74,7 +74,7 @@ jobs:
74
runs-on: ubuntu-latest
75
environment:
76
name: ${{ github.event_name == 'workflow_dispatch' && inputs.environment || 'test.pypi' }}
77
- if: ${{ vars.PYPI_URL != '' }}
+ #if: ${{ vars.PYPI_URL != '' }}
78
permissions:
79
# this is needed for the OIDC flow that is used with trusted publishing on PyPI
80
id-token: write
0 commit comments