File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,11 @@ jobs:
2222 python -m pip install --upgrade pip
2323 - name : Install MLCube
2424 run : |
25- cd mlcube
2625 pip install -r requirements.txt
2726 python setup.py sdist bdist_wheel
2827 pip install dist/mlcube*.whl
2928 - name : Test MLCube CLI
3029 run : |
31- cd mlcube
3230 pytest
3331 - name : Install MLCube Docker Runner
3432 run : |
7371 - name : Test MLCube GCP CLI
7472 run : |
7573 cd runners/mlcube_gcp
76- pytest
74+ pytest
Original file line number Diff line number Diff line change 2222 pip install setuptools wheel twine
2323 - name : Build distribution
2424 run : |
25- cd mlcube
2625 python setup.py sdist bdist_wheel
2726 - name : Publish
2827 uses : pypa/gh-action-pypi-publish@master
3130 verify_metadata : true
3231 skip_existing : true
3332 password : ${{ secrets.PYPI_PASSWORD }}
34- packages_dir : mlcube/ dist/
33+ packages_dir : dist/
3534 repository_url : https://upload.pypi.org/legacy/
3635 verbose : true
3736 env :
You can’t perform that action at this time.
0 commit comments