Skip to content

Commit

Permalink
Fix pypi package (microsoft#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkSnail authored Aug 2, 2019
1 parent b56e4a1 commit 140dd83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/pypi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ build:
cd $(CWD)../../src/webui && $(NNI_YARN) && $(NNI_YARN) build
rm -rf $(CWD)nni
cp -r $(CWD)../../src/nni_manager/dist $(CWD)nni
cp -r $(CWD)../../src/nni_manager/config $(CWD)nni
cp -r $(CWD)../../src/webui/build $(CWD)nni/static
cp $(CWD)../../src/nni_manager/package.json $(CWD)nni
sed -ie 's/$(NNI_VERSION_TEMPLATE)/$(NNI_VERSION_VALUE)/' $(CWD)nni/package.json
Expand Down

0 comments on commit 140dd83

Please sign in to comment.