Skip to content

Commit

Permalink
explicitly create pypirc in home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mamei16 committed Oct 28, 2023
1 parent 8a2e630 commit 28701b0
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 "${{ secrets.PYPIRC }}" > .pypirc
echo "${{ secrets.PYPIRC }}" > ~/.pypirc
python3 -m twine upload --repository pypsf dist/**

0 comments on commit 28701b0

Please sign in to comment.