Release workflow: fix

This commit is contained in:
Mickaël Schoentgen 2021-10-14 10:56:13 +02:00
parent 6c6093a46d
commit cdab8e67cb

View File

@ -21,7 +21,7 @@ jobs:
ref: ${{ github.event.inputs.branch }}
- name: PyPi configuration
run: |
echo "[distutils]\nindex-servers=\n httpie\n\n[httpie]\n" > $HOME/.pypirc
echo "[distutils]\nindex-servers=\n httpie\n\n[httpie]\nrepository = https://upload.pypi.org/legacy/\n" > $HOME/.pypirc
- uses: actions/setup-python@v2
with:
python-version: 3.9