Skip to content

Commit 01280fc

Browse files
vavsabclaude
andcommitted
fix(#868k5bbdr): Set releasesBranch=master, use PEP 440 version output
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 59116a0 commit 01280fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
with:
6262
baseVersion: ${{ env.BASE_VERSION }}
6363
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
64+
releasesBranch: master
6465

6566
- name: Set up Python
6667
uses: actions/setup-python@v5
@@ -69,7 +70,7 @@ jobs:
6970

7071
- name: Update package version
7172
run: |
72-
sed -i "s/__version__ = '.*'/__version__ = '${{ steps.vtl.outputs.ver_semVerNoMeta }}'/" diskcache/__init__.py
73+
sed -i "s/__version__ = '.*'/__version__ = '${{ steps.vtl.outputs.ver_semVerNoMetaPyPA }}'/" diskcache/__init__.py
7374
7475
- name: Build package
7576
run: |

0 commit comments

Comments
 (0)