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 002f83f commit 3a5fc21Copy full SHA for 3a5fc21
.github/workflows/main.yml
@@ -42,8 +42,8 @@ jobs:
42
python-version: 3.12 # Specify the Python version you want to use for deployment
43
- name: check PYPI USERNAME exists
44
env:
45
- super_secret: ${{ secrets.MY_SECRET }}
46
- if: ${{ secrets.PYPI_USERNAME == '' }}
+ super_secret: ${{ secrets.PYPI_USERNAME }}
+ if: ${{ env.super_secret == '' }}
47
run: echo "echo the secret \"PYPI_USERNAME\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it"
48
- name: Set Twine Environment Variables
49
run: |
0 commit comments