forked from platformio/platformio-core
Deployment: Build Python source tarball
This commit is contained in:
3
.github/workflows/deployment.yml
vendored
3
.github/workflows/deployment.yml
vendored
@@ -35,6 +35,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
tox -e testcore
|
tox -e testcore
|
||||||
|
|
||||||
|
- name: Build Python source tarball
|
||||||
|
run: python setup.py sdist
|
||||||
|
|
||||||
- name: Publish package to PyPI
|
- name: Publish package to PyPI
|
||||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
|
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
|
Reference in New Issue
Block a user