File: release

package info (click to toggle)
cppimport 22.08.02-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: python: 756; cpp: 71; ansic: 31; sh: 8; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GIT:
git commit -m "yy.mm.dd" 
git tag yy.mm.dd
git push --atomic origin main yy.mm.dd
wait for github action to complete
create release on github

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