File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 release_branch : master
2020 use_api : true
21- increment : minor
21+ increment : major
2222
2323 build :
2424 runs-on : ubuntu-latest
@@ -37,13 +37,12 @@ jobs:
3737 uses : actions/upload-artifact@v4
3838 with :
3939 name : iot-inspector
40- path : dist/iot-inspector *.whl
40+ path : dist/*.whl
4141 if-no-files-found : error
4242
4343 publish-to-pypi :
4444 name : Publish Python 🐍 distribution 📦 to PyPI
45- if : false
46- # if: github.repository == 'nyu-mlab/iot-inspector-client'
45+ if : github.repository == 'nyu-mlab/iot-inspector-client'
4746 needs : [create_release, build]
4847 runs-on : ubuntu-latest
4948 environment :
7271 with :
7372 tag_name : ${{ needs.create_release.outputs.v-version }}
7473 files : |
75- dist/iot-inspector *.whl
74+ dist/*.whl
You can’t perform that action at this time.
0 commit comments