Skip to content

Commit 3a5fc21

Browse files
Update main.yml
1 parent 002f83f commit 3a5fc21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
python-version: 3.12 # Specify the Python version you want to use for deployment
4343
- name: check PYPI USERNAME exists
4444
env:
45-
super_secret: ${{ secrets.MY_SECRET }}
46-
if: ${{ secrets.PYPI_USERNAME == '' }}
45+
super_secret: ${{ secrets.PYPI_USERNAME }}
46+
if: ${{ env.super_secret == '' }}
4747
run: echo "echo the secret \"PYPI_USERNAME\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it"
4848
- name: Set Twine Environment Variables
4949
run: |

0 commit comments

Comments
 (0)