Skip to content

Commit

Permalink
remove -e from echo again
Browse files Browse the repository at this point in the history
  • Loading branch information
mamei16 committed Oct 28, 2023
1 parent 8ca39bc commit 8a2e630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
python -m build
- name: Publish package
run: |
echo -e "${{ secrets.PYPIRC }}" > .pypirc
echo "${{ secrets.PYPIRC }}" > .pypirc
python3 -m twine upload --repository pypsf dist/**

0 comments on commit 8a2e630

Please # to comment.