File tree 2 files changed +13
-14
lines changed
2 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,15 @@ jobs:
15
15
id-token : write
16
16
17
17
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 1
1
[project ]
2
2
name = " slise"
3
- version = " 2.2.3 "
3
+ version = " 2.2.4 "
4
4
authors = [{
name =
" Anton Björklund" ,
email =
" [email protected] " }]
5
5
description = " The SLISE algorithm for robust regression and explanations of black box models"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments