Skip to content

Commit 96fed32

Browse files
committed
22.05.10
1 parent 7e1e6b5 commit 96fed32

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.03.07
1+
22.05.10

release

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
PUBLISH TO PYPI:
22
update the version number in VERSION with calver: yy.mm.dd
3-
python setup.py sdist upload -r pypi
3+
python setup.py sdist
4+
twine upload dist/cppimport-VERSION.tar.gz
45

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

0 commit comments

Comments
 (0)