mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +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: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install setuptools wheel twine
|
||||
- name: Build package
|
||||
run: |
|
||||
python setup.py sdist bdist_wheel
|
||||
- name: Publish package to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user