From cdab8e67cbee72edd10f6eab3497e5bbad0b1f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Thu, 14 Oct 2021 10:56:13 +0200 Subject: [PATCH] Release workflow: fix --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d9c79ef..e2dd2582 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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