Skip to content

Commit 898fc6b

Browse files
committed
version 100
1 parent 58bccdc commit 898fc6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ jobs:
6969
# github_token: ${{ secrets.TOKEN }}
7070
- name: Build
7171
run: |
72-
cat pyproject.toml
73-
sed -i 's/version = "[0-9]*\.[0-9]*\.[0-9]*\(-rc\.[0-9]*\)\?"/version = "0.0.0"/' pyproject.toml
72+
sed -i 's/version = "[0-9]*\.[0-9]*\.[0-9]*\(-rc\.[0-9]*\)\?"/version = "100.0.0"/' pyproject.toml
7473
cat pyproject.toml
7574
python3 -m pip install --upgrade build
7675
python3 -m build

0 commit comments

Comments
 (0)