File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 repository_url : https://test.pypi.org/legacy/
126126
127127 - name : Publish distribution 📦 to PyPI
128- if : ${{ github.ref == 'refs/tags/v1.3.6rc1 ' }}
128+ if : ${{ github.ref == 'refs/tags/v1.3.6 ' }}
129129 uses : pypa/gh-action-pypi-publish@master
130130 with :
131131 password : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 11# ======== COMPILER ========
22
33CC = gcc
4- OPT = -std=c99 -pedantic -Wall -O3 -fopenmp -DSSHT_VERSION=\"1.3.6rc1 \" -DSSHT_BUILD=\"` git rev-parse HEAD ` \"
4+ OPT = -std=c99 -pedantic -Wall -O3 -fopenmp -DSSHT_VERSION=\"1.3.6 \" -DSSHT_BUILD=\"` git rev-parse HEAD ` \"
55# OPT = -Wall -g -fopenmp -DSSHT_VERSION=\"1.0b1\" -DSSHT_BUILD=\"`git rev-parse HEAD`\"
66
77
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.3.6rc1
2+ current_version = 1.3.6
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<rc>\d+))?
Original file line number Diff line number Diff line change 2626
2727setup (
2828 name = "pyssht" ,
29- version = "1.3.6rc1 " ,
29+ version = "1.3.6 " ,
3030 author = [
3131 "J. D. McEwen" ,
3232 "C. R. G. Wallis" ,
You can’t perform that action at this time.
0 commit comments