mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
build and publish wheel (#5088)
This commit is contained in:
7
.github/workflows/deployment.yml
vendored
7
.github/workflows/deployment.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install tox wheel
|
pip install tox build
|
||||||
|
|
||||||
- name: Deployment Tests
|
- name: Deployment Tests
|
||||||
env:
|
env:
|
||||||
@ -34,9 +34,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
tox -e testcore
|
tox -e testcore
|
||||||
|
|
||||||
- name: Build Python source tarball
|
- name: Build Python distributions
|
||||||
# run: python setup.py sdist bdist_wheel
|
run: python -m build
|
||||||
run: python setup.py sdist
|
|
||||||
|
|
||||||
- name: Publish package to PyPI
|
- name: Publish package to PyPI
|
||||||
if: ${{ github.ref == 'refs/heads/master' }}
|
if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
|
Reference in New Issue
Block a user