Version dev (#3365)

This commit is contained in:
Wing Lian
2026-01-20 22:58:29 -05:00
committed by GitHub
parent 6e42def14b
commit 8ab9d9ea88
5 changed files with 13 additions and 10 deletions

View File

@@ -48,9 +48,9 @@ jobs:
id: tag
run: echo ::set-output name=TAG_NAME::$(echo $GITHUB_REF | cut -d / -f 3)
- name: Update version in setup.py
- name: Update version in VERSION file
run: |
sed -i -E 's/version="([0-9.]+)",/version="${{ steps.tag.outputs.TAG_NAME }}",/g' setup.py
echo "${{ steps.tag.outputs.TAG_NAME }}" | sed -e's/v//g' > VERSION
- name: Build a source dist
run: |