There was an error while loading. Please reload this page.
1 parent 59116a0 commit 01280fcCopy full SHA for 01280fc
1 file changed
.github/workflows/ci.yml
@@ -61,6 +61,7 @@ jobs:
61
with:
62
baseVersion: ${{ env.BASE_VERSION }}
63
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
64
+ releasesBranch: master
65
66
- name: Set up Python
67
uses: actions/setup-python@v5
@@ -69,7 +70,7 @@ jobs:
69
70
71
- name: Update package version
72
run: |
- 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
74
75
- name: Build package
76
0 commit comments