mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
do the dir thing
Signed-off-by: Dev Singh <dev@devksingh.com>
This commit is contained in:
parent
ede4cdc34c
commit
2eb7ffca8d
7
.github/workflows/publish-analysis.yml
vendored
7
.github/workflows/publish-analysis.yml
vendored
@ -13,10 +13,7 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
|
||||||
working-directory: ./analysis-master/
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
@ -29,7 +26,7 @@ jobs:
|
|||||||
pip install setuptools wheel twine
|
pip install setuptools wheel twine
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: |
|
run: |
|
||||||
python setup.py sdist bdist_wheel
|
python analysis-master/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