From aabf94d0c4181696bfff1869cd0bdabdb1483cd7 Mon Sep 17 00:00:00 2001 From: Diviloper Date: Sat, 13 Apr 2024 22:14:00 +0200 Subject: [PATCH] Use real pypi server to make build releases --- .github/workflows/build_pymeos_cffi.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_pymeos_cffi.yml b/.github/workflows/build_pymeos_cffi.yml index 6eaf8b2d..309843ab 100644 --- a/.github/workflows/build_pymeos_cffi.yml +++ b/.github/workflows/build_pymeos_cffi.yml @@ -86,6 +86,9 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 + with: + python-version: 3.8 + cache: "pip" - name: Install cibuildwheel run: python -m pip install cibuildwheel==2.17.0 @@ -200,7 +203,6 @@ jobs: with: user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ skip_existing: true create_release: