File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : Build wheels
22
3- on : [push]
3+ on : [push,release,workflow_dispatch ]
44
55jobs :
66 build_wheels :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ requires = [
1010
1111[project ]
1212name = " stripy"
13- version = " 2.3.2 "
13+ version = " 2.3.3 "
1414description = " Python interface to TRIPACK and STRIPACK fortran code for triangulation/interpolation in Cartesian coordinates and on a sphere"
1515readme = " README.md"
1616authors = [
Original file line number Diff line number Diff line change 3838
3939
4040# in development set version to none and ...
41- PYPI_VERSION = "2.3.2 " # Note: don't add any dashes if you want to use conda, use b1 not .b1
41+ PYPI_VERSION = "2.3.3 " # Note: don't add any dashes if you want to use conda, use b1 not .b1
4242
4343# Return the git revision as a string (from numpy)
4444
You can’t perform that action at this time.
0 commit comments