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 602b57d commit fbd4609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.12 # Specify the Python version you want to use for deployment
- name: "check PYPI USERNAME exists"
- name: check PYPI USERNAME exists
env:
super_secret: ${{ secrets.MY_SECRET }}
if: ${{ secrets.PYPI_USERNAME == '' }}
Expand Down

0 comments on commit fbd4609

Please sign in to comment.