File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - name : Install build dependencies
3131 run : |
3232 python -m pip install --upgrade pip
33- pip install setuptools wheel twine
33+ pip install setuptools wheel twine build
3434
3535 - name : Build packages
3636 run : |
4040 python setup.py sdist bdist_wheel --universal
4141 cd ..
4242 done
43+ echo "Building metaflow-fastdata..."
44+ cd metaflow-fastdata
45+ python -m build
46+ cd ..
4347
4448 - name : Publish metaflow-netflixext
4549 uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # 1.13.0
5256 with :
5357 packages-dir : metaflow-functions/dist/
5458 skip-existing : true
59+
60+ - name : Publish metaflow-fastdata
61+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # 1.13.0
62+ with :
63+ packages-dir : metaflow-fastdata/dist/
64+ skip-existing : true
You can’t perform that action at this time.
0 commit comments