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 23d8a67 commit 80035d9Copy full SHA for 80035d9
.github/workflows/dev-release.yml
@@ -50,6 +50,7 @@ jobs:
50
sed -i "s#logo_wide_white_text.svg#logo_wide.svg#g" README.rst
51
52
- name: Patch version template
53
+ # Due to change above, git stage area is dirty, so we need to patch the template
54
run: sed -i 's#dirty_template = ".*"#dirty_template = "{tag}.dev{env:GITHUB_RUN_ID:{ccount}}"#' pyproject.toml
55
56
- name: Build package
.github/workflows/release.yml
@@ -53,6 +53,7 @@ jobs:
57
run: sed -i 's#dirty_template = ".*"#dirty_template = "{tag}"#' pyproject.toml
58
59
0 commit comments