File tree Expand file tree Collapse file tree 4 files changed +471
-535
lines changed Expand file tree Collapse file tree 4 files changed +471
-535
lines changed Original file line number Diff line number Diff line change 7474 runs-on : ubuntu-latest
7575 steps :
7676 - uses : actions/checkout@v3
77- - run : pipx install poetry==1.1.15
77+ - run : pipx install poetry==1.4.2
7878 - uses : actions/setup-python@v4
7979 with :
8080 python-version : 3.7
9797 splunk : ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
9898 steps :
9999 - uses : actions/checkout@v3
100- - run : pipx install poetry==1.1.15
100+ - run : pipx install poetry==1.4.2
101101 - uses : actions/setup-python@v4
102102 with :
103103 python-version : 3.7
@@ -150,7 +150,7 @@ jobs:
150150 # Very important: semantic-release won't trigger a tagged
151151 # build if this is not set false
152152 persist-credentials : false
153- - run : pipx install poetry==1.1.15
153+ - run : pipx install poetry==1.4.2
154154 - uses : actions/setup-python@v4
155155 with :
156156 python-version : " 3.7"
Original file line number Diff line number Diff line change 1- Overview
2- ========
1+ # Overview
32
43Splunk Solutions SDK is an open source packaged solution for getting data into Splunk using modular inputs.
54This SDK is used by Splunk Add-on builder, and Splunk UCC based add-ons and is intended for use by partner
65developers. This SDK/Library extends the Splunk SDK for Python.
6+
7+ > Note: this project uses ` poetry ` 1.4.2.
You can’t perform that action at this time.
0 commit comments