Skip to content

Commit

Permalink
Use real pypi server to make build releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Diviloper committed Apr 13, 2024
1 parent d5d71ec commit aabf94d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_pymeos_cffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit aabf94d

Please sign in to comment.