File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727 python -m pip install --upgrade pip
2828 pip install setuptools wheel twine
2929
30- - name : Build and install skyflow package
31- run : |
32- python setup.py sdist bdist_wheel
33- pip install dist/skyflow-*.whl
34-
3530 - name : Resolve Branch for the Tagged Commit
3631 id : resolve-branch
3732 if : ${{ inputs.tag == 'beta' || inputs.tag == 'public' }}
8782 git push origin ${{ env.branch_name }}
8883 fi
8984
85+ - name : Build and install skyflow package
86+ run : |
87+ python setup.py sdist bdist_wheel
88+ pip install dist/skyflow-*.whl
89+
9090 - name : Build and Publish Package
9191 if : ${{ inputs.tag == 'beta' || inputs.tag == 'public' }}
9292 env :
Original file line number Diff line number Diff line change 77
88if sys .version_info < (3 , 8 ):
99 raise RuntimeError ("skyflow requires Python 3.8+" )
10- current_version = '2.0.0 '
10+ current_version = '1.15.8.dev0+a22b9c6 '
1111
1212setup (
1313 name = 'skyflow' ,
Original file line number Diff line number Diff line change 1- SDK_VERSION = '2.0.0 '
1+ SDK_VERSION = '1.15.8.dev0+a22b9c6 '
You can’t perform that action at this time.
0 commit comments