From 6c6093a46d2453bf649b0c49d8becd03fa73c876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Thu, 14 Oct 2021 10:45:31 +0200 Subject: [PATCH] Configure PyPi for the release workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e1c1f53..8d9c79ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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