Skip to content

Commit fbd4609

Browse files
Update main.yml
1 parent 602b57d commit fbd4609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/setup-python@v5
4141
with:
4242
python-version: 3.12 # Specify the Python version you want to use for deployment
43-
- name: "check PYPI USERNAME exists"
43+
- name: check PYPI USERNAME exists
4444
env:
4545
super_secret: ${{ secrets.MY_SECRET }}
4646
if: ${{ secrets.PYPI_USERNAME == '' }}

0 commit comments

Comments
 (0)