Skip to content

Commit

Permalink
reformat secret
Browse files Browse the repository at this point in the history
  • Loading branch information
dickscheid authored Oct 8, 2021
1 parent db84fb3 commit 33c923a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyblish-release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
echo "[pypi]" >~/.pypirc
echo "username = __token__" >>~/.pypirc
echo "password = ${{secrets.PYPI_PUSH}}" >>~/.pypirc
echo "password = ${{ secrets.PYPI_PUSH }}" >>~/.pypirc
- name: Upload to pypi
run: |
echo "Uploading to pypi"
Expand Down

0 comments on commit 33c923a

Please sign in to comment.