Skip to content

Commit fe3130d

Browse files
committed
back to origin
1 parent 898fc6b commit fe3130d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

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

0 commit comments

Comments
 (0)