1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-21 02:56:23 +02:00

Install Twine to upload to PyPI

This commit is contained in:
Hugo van Kemenade 2021-12-14 16:39:42 +02:00
parent 269621b845
commit 243d49b021

View File

@ -24,10 +24,17 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: git fetch --prune --unshallow
- uses: actions/setup-python@v2
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.3.0
- name: Set up Python
uses: actions/setup-python@v2
with:
cache: pip
cache-dependency-path: ".github/workflows/deploy.yml"
- name: Install dependencies
run: |
python -m pip install cibuildwheel==2.3.0
python -m pip install -U twine
- name: Build wheels
run: python -m cibuildwheel --output-dir dist
@ -83,10 +90,17 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: git fetch --prune --unshallow
- uses: actions/setup-python@v2
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.3.0
- name: Set up Python
uses: actions/setup-python@v2
with:
cache: pip
cache-dependency-path: ".github/workflows/deploy.yml"
- name: Install dependencies
run: |
python -m pip install cibuildwheel==2.3.0
python -m pip install -U twine
# https://github.com/docker/setup-qemu-action
- name: Set up QEMU