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 d9ad3d1 commit cc16ff2Copy full SHA for cc16ff2
.github/workflows/release.yml
@@ -26,8 +26,8 @@ jobs:
26
run: |
27
python -m pip install --upgrade pip
28
pip install setuptools wheel twine
29
- - name: Deploy Package
30
- id: deploy-package
+ - name: Should Deploy
+ id: should-deploy
31
env:
32
PACKAGE: ${{ inputs.package }}
33
run: python scripts/should_deploy.py --name $PACKAGE >> $GITHUB_OUTPUT
0 commit comments