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