Skip to content

Commit 0f0a627

Browse files
authored
Update pypi-publish.yml
1 parent 4f28186 commit 0f0a627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup PyPi RC
2828
run: |
2929
touch ~/.pypirc
30-
echo <<<EOT >> ~/.pypyirc
30+
cat >> ~/.pypyirc <<EOL
3131
[distutils]
3232
index-servers =
3333
pypi
@@ -41,7 +41,7 @@ jobs:
4141
[pypi]
4242
username = ${{ secrets.PYPI_USERNAME }}
4343
password = ${{ secrets.PYPI_PASSWORD }}
44-
EOT
44+
EOL
4545
4646
- name: Uploading To PyPi
4747
run: |

0 commit comments

Comments
 (0)