Skip to content

Commit 13f83ae

Browse files
fix: set correct version for pbr under python 3.6
fake move the tag forward so that pbr uses the pre-patch version tag
1 parent 127c1b3 commit 13f83ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
run: |
2323
pip install strip-hints==0.1.9
2424
./patch-python3.6.sh
25+
git add --all
26+
git commit --message "Python 3.6 patch"
27+
latest_tag=$(git describe --abbrev=0 --tags)
28+
git tag --force ${latest_tag}
2529
2630
- name: Install dependencies
2731
run: |

0 commit comments

Comments
 (0)