Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LostInDarkMath committed May 3, 2024
1 parent 002f83f commit 3a5fc21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
python-version: 3.12 # Specify the Python version you want to use for deployment
- name: check PYPI USERNAME exists
env:
super_secret: ${{ secrets.MY_SECRET }}
if: ${{ secrets.PYPI_USERNAME == '' }}
super_secret: ${{ secrets.PYPI_USERNAME }}
if: ${{ env.super_secret == '' }}
run: echo "echo the secret \"PYPI_USERNAME\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it"
- name: Set Twine Environment Variables
run: |
Expand Down

0 comments on commit 3a5fc21

Please sign in to comment.