Skip to content

Commit

Permalink
Update release process.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenthompson committed Mar 8, 2021
1 parent 767bdb9 commit 3dbc628
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions release
@@ -1,11 +1,13 @@
PUBLISH TO PYPI:
update the version number in VERSION with calver: yy.mm.dd
python setup.py sdist upload -r pypi

TEST:
SANITY TEST:
open new terminal
mkvirtualenv adf
mamba create -n testenv python=3 pip
conda activate testenv
pip install cppimport
cd ~/projects/cppimport/tests
cd tests
python -c 'import cppimport; assert(cppimport.imp("mymodule").add(1,2) == 3);'

GIT:
Expand Down

0 comments on commit 3dbc628

Please sign in to comment.