File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9797 python setup.py sdist bdist_wheel
9898
9999 - name : Upload artifacts
100- uses : actions/upload-artifact@v2
100+ uses : actions/upload-artifact@v4
101101 with :
102102 name : dist
103103 path : dist/
@@ -112,7 +112,7 @@ jobs:
112112 id-token : write
113113 steps :
114114 - name : Download artifacts
115- uses : actions/download-artifact@v2
115+ uses : actions/download-artifact@v4
116116 with :
117117 name : dist
118118 path : dist/
@@ -133,7 +133,7 @@ jobs:
133133 fetch-depth : 0
134134
135135 - name : Download artifacts
136- uses : actions/download-artifact@v2
136+ uses : actions/download-artifact@v4
137137 with :
138138 name : dist
139139 path : dist/
Original file line number Diff line number Diff line change 66
77setup (
88 name = "spicecode" ,
9- version = "2.1.1 " , # version 2.0.0 = all features from N2
9+ version = "2.1.2 " , # version 2.0.0 = all features from N2
1010 packages = find_packages (exclude = ["spicecode-venv" , "spicecode.egg-info" ]),
1111 install_requires = install_requires ,
1212 entry_points = {
You can’t perform that action at this time.
0 commit comments