Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ReiHashimoto committed May 8, 2023
2 parents c617766 + 40bd530 commit c56784b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ local_build:

.PHONY: upload_testpypi
upload_testpypi:
mkdir -p optinist/frontend/build
cp -r frontend/build optinist/frontend/
python setup.py sdist
twine upload --repository testpypi dist/*

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def take_package_name(name):
"frontend/build/static/media/*",
"config/*.yaml",
"conda/*.yaml",
"Snakefile",
]
},
py_modules=["Snakefile"],
Expand Down

0 comments on commit c56784b

Please sign in to comment.