1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-24 00:31:09 +02:00

Configure PyPi for the release workflow

This commit is contained in:
Mickaël Schoentgen
2021-10-14 10:45:31 +02:00
parent 42af2f786f
commit 6c6093a46d

View File

@@ -19,6 +19,9 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.branch }}
- name: PyPi configuration
run: |
echo "[distutils]\nindex-servers=\n httpie\n\n[httpie]\n" > $HOME/.pypirc
- uses: actions/setup-python@v2
with:
python-version: 3.9