File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 41
41
42
42
# uncomment to publish to PyPI
43
43
- name : Publish distribution to PyPI
44
- uses : pypa/gh-action-pypi-publish@master
44
+ uses : pypa/gh-action-pypi-publish@release/v1
45
45
with :
46
46
password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 2
2
A python package to calculate the section properties of arbitrary reinforced concrete
3
3
sections.
4
4
"""
5
- __version__ = "0.4.1 "
5
+ __version__ = "0.5.0 "
Original file line number Diff line number Diff line change 3
3
"version" : " latest" ,
4
4
"url" : " https://robbievanleeuwen.github.io/concrete-properties/"
5
5
},
6
+ {
7
+ "version" : " 0.5.0" ,
8
+ "url" : " https://robbievanleeuwen.github.io/concrete-properties/0.5.0/"
9
+ },
6
10
{
7
11
"version" : " 0.4.1" ,
8
12
"url" : " https://robbievanleeuwen.github.io/concrete-properties/0.4.1/"
You can’t perform that action at this time.
0 commit comments