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 602b57d commit fbd4609Copy full SHA for fbd4609
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: actions/setup-python@v5
41
with:
42
python-version: 3.12 # Specify the Python version you want to use for deployment
43
- - name: "check PYPI USERNAME exists"
+ - name: check PYPI USERNAME exists
44
env:
45
super_secret: ${{ secrets.MY_SECRET }}
46
if: ${{ secrets.PYPI_USERNAME == '' }}
0 commit comments