Skip to content

Commit 6235631

Browse files
Merge pull request #244 from nyu-mlab/wheel
2 parents 772474b + 03bf344 commit 6235631

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/create_release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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:
@@ -72,4 +71,4 @@ jobs:
7271
with:
7372
tag_name: ${{ needs.create_release.outputs.v-version }}
7473
files: |
75-
dist/iot-inspector*.whl
74+
dist/*.whl

0 commit comments

Comments
 (0)