Skip to content

Commit

Permalink
using conda for deploy target
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher anderson committed Feb 28, 2023
1 parent 7bc827c commit 7532f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ destroy:

deploy:
rm -rf dist/
python3 setup.py sdist bdist_wheel
twine upload dist/*
${ENV_CONDA} python3 setup.py sdist bdist_wheel
${ENV_CONDA} twine upload dist/*

0 comments on commit 7532f38

Please sign in to comment.