Skip to content

Commit

Permalink
22.05.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenthompson committed May 11, 2022
1 parent 7e1e6b5 commit 96fed32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.03.07
22.05.10
5 changes: 3 additions & 2 deletions release
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
PUBLISH TO PYPI:
update the version number in VERSION with calver: yy.mm.dd
python setup.py sdist upload -r pypi
python setup.py sdist
twine upload dist/cppimport-VERSION.tar.gz

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

Expand Down

0 comments on commit 96fed32

Please sign in to comment.