Skip to content

Commit 53af65c

Browse files
committed
bumped release version to 1.2
1 parent 096c658 commit 53af65c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
run: |
64-
gh release view v1.1.0 >/dev/null 2>&1 || gh release create v1.1.0 -t "v1.1.0" -n ""
64+
gh release view v1.2.0 >/dev/null 2>&1 || gh release create v1.2.0 -t "v1.2.0" -n ""
6565
6666
- name: Upload Release Asset(s)
6767
env:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6969
run: |
7070
ls -al dist
71-
gh release upload v1.1.0 dist/*cp314*.whl --clobber
71+
gh release upload v1.2.0 dist/*cp314*.whl --clobber
7272
7373
- name: Install Built Package
7474
run: pip install dist/*.whl

0 commit comments

Comments
 (0)