Skip to content

Commit cc16ff2

Browse files
authored
Fix PyPI release again (#4219)
test=document_fix
1 parent d9ad3d1 commit cc16ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install setuptools wheel twine
29-
- name: Deploy Package
30-
id: deploy-package
29+
- name: Should Deploy
30+
id: should-deploy
3131
env:
3232
PACKAGE: ${{ inputs.package }}
3333
run: python scripts/should_deploy.py --name $PACKAGE >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)