File tree Expand file tree Collapse file tree 2 files changed +13
-14
lines changed
Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,15 @@ jobs:
1515 id-token : write
1616
1717 steps :
18- - uses : actions/checkout@v3
19- - name : Set up Python
20- uses : actions/setup-python@v3
21- with :
22- python-version : " 3.x"
23- - name : Install dependencies
24- run : |
25- python -m pip install --upgrade pip
26- python -m pip install build
27- - name : Build package
28- run : python -m build
29- - name : Publish package
30- 18+ - uses : actions/checkout@v4
19+ - name : Set up Python
20+ uses : actions/setup-python@v5
21+ with :
22+ python-version : ' 3.x'
23+ - name : Install dependencies
24+ run : |
25+ python -m pip install --upgrade pip build
26+ - name : Build package
27+ run : python -m build
28+ - name : Publish package to PyPI
29+ uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change 11[project ]
22name = " slise"
3- version = " 2.2.3 "
3+ version = " 2.2.4 "
44authors = [{
name =
" Anton Björklund" ,
email =
" [email protected] " }]
55description = " The SLISE algorithm for robust regression and explanations of black box models"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments