Skip to content

Commit e97180c

Browse files
committed
Debugging upload
1 parent d017e99 commit e97180c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
environment:
7676
name: ${{ github.event_name == 'workflow_dispatch' && inputs.environment || 'test.pypi' }}
77-
if: ${{ vars.PYPI_URL != '' }}
77+
#if: ${{ vars.PYPI_URL != '' }}
7878
permissions:
7979
# this is needed for the OIDC flow that is used with trusted publishing on PyPI
8080
id-token: write

0 commit comments

Comments
 (0)