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:
22
22
python -m pip install --upgrade pip
23
23
- name : Install MLCube
24
24
run : |
25
- cd mlcube
26
25
pip install -r requirements.txt
27
26
python setup.py sdist bdist_wheel
28
27
pip install dist/mlcube*.whl
29
28
- name : Test MLCube CLI
30
29
run : |
31
- cd mlcube
32
30
pytest
33
31
- name : Install MLCube Docker Runner
34
32
run : |
73
71
- name : Test MLCube GCP CLI
74
72
run : |
75
73
cd runners/mlcube_gcp
76
- pytest
74
+ pytest
Original file line number Diff line number Diff line change 22
22
pip install setuptools wheel twine
23
23
- name : Build distribution
24
24
run : |
25
- cd mlcube
26
25
python setup.py sdist bdist_wheel
27
26
- name : Publish
28
27
uses : pypa/gh-action-pypi-publish@master
31
30
verify_metadata : true
32
31
skip_existing : true
33
32
password : ${{ secrets.PYPI_PASSWORD }}
34
- packages_dir : mlcube/ dist/
33
+ packages_dir : dist/
35
34
repository_url : https://upload.pypi.org/legacy/
36
35
verbose : true
37
36
env :
You can’t perform that action at this time.
0 commit comments