Skip to content

Commit

Permalink
Fix the pypi username
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 14, 2023
1 parent 4e4638b commit adebec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Login to pypi
run: |
echo "[pypi]" > ~/.pypirc
echo "username = sbrunner" >> ~/.pypirc
echo "username = ${{ secrets.PYPI_USERNAME }}" >> ~/.pypirc
echo "password = ${{ secrets.PYPI_PASSWORD }}" >> ~/.pypirc
if: env.HAS_SECRETS == 'HAS_SECRETS'
- name: Publish
Expand Down

0 comments on commit adebec5

Please sign in to comment.