do the dir thing

Signed-off-by: Dev Singh <dev@devksingh.com>
This commit is contained in:
Dev Singh 2020-08-10 13:28:22 -05:00
parent ede4cdc34c
commit 2eb7ffca8d

View File

@ -14,9 +14,6 @@ jobs:
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: