We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898fc6b commit fe3130dCopy full SHA for fe3130d
.github/workflows/CICD.yml
@@ -69,7 +69,7 @@ jobs:
69
# github_token: ${{ secrets.TOKEN }}
70
- name: Build
71
run: |
72
- sed -i 's/version = "[0-9]*\.[0-9]*\.[0-9]*\(-rc\.[0-9]*\)\?"/version = "100.0.0"/' pyproject.toml
+ sed -i 's/version = "[0-9]*\.[0-9]*\.[0-9]*\(-rc\.[0-9]*\)\?"/version = "0.0.0"/' pyproject.toml
73
cat pyproject.toml
74
python3 -m pip install --upgrade build
75
python3 -m build
0 commit comments