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 2da0320 commit ab8625dCopy full SHA for ab8625d
.github/workflows/CICD.yml
@@ -69,6 +69,7 @@ jobs:
69
# github_token: ${{ secrets.TOKEN }}
70
- name: Build
71
run: |
72
+ sed -i 's/version = "[0-9]*\.[0-9]*\.[0-9]*"/version = "0.0.0"/' pyproject.toml
73
python3 -m pip install --upgrade build
74
python3 -m build
75
- name: Upload GH
0 commit comments