mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-01-30 00:05:54 +00:00
build
Signed-off-by: Dev Singh <dev@devksingh.com>
This commit is contained in:
parent
ad61ff6bfe
commit
381c6d64c8
3
.github/workflows/publish-analysis.yml
vendored
3
.github/workflows/publish-analysis.yml
vendored
@ -27,6 +27,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install setuptools wheel twine
|
pip install setuptools wheel twine
|
||||||
|
- name: Build package
|
||||||
|
run: |
|
||||||
|
python setup.py sdist bdist_wheel
|
||||||
- name: Publish package to PyPI
|
- name: Publish package to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@master
|
uses: pypa/gh-action-pypi-publish@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user