mirror of
https://github.com/platformio/platformio-core.git
synced 2026-04-29 02:13:17 +02:00
Publish wheels to the PyPi registry
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
tox -e testcore
|
||||
|
||||
- name: Build Python source tarball
|
||||
run: python setup.py sdist
|
||||
run: python setup.py sdist bdist_wheel
|
||||
|
||||
- name: Publish package to PyPI
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
|
||||
Reference in New Issue
Block a user