Skip to content

Commit

Permalink
Update pypi script to new environment activation of conda.
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvds committed May 10, 2019
1 parent 320f66c commit cd7e758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypi.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
. activate pyscenic_dev
conda activate pyscenic_dev
rm -rf dist/*
python setup.py sdist
python setup.py bdist_wheel
Expand Down

0 comments on commit cd7e758

Please sign in to comment.