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 ab8625d commit 58bccdcCopy full SHA for 58bccdc
.github/workflows/CICD.yml
@@ -69,7 +69,9 @@ 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
+ cat pyproject.toml
73
+ sed -i 's/version = "[0-9]*\.[0-9]*\.[0-9]*\(-rc\.[0-9]*\)\?"/version = "0.0.0"/' pyproject.toml
74
75
python3 -m pip install --upgrade build
76
python3 -m build
77
- name: Upload GH
0 commit comments