ignore semantic versioning check to allow alpha release tag

This commit is contained in:
Emily Soth 2025-05-27 16:50:58 -07:00
parent ae6c00761d
commit a68205a3bd
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ jobs:
uses: BellCubeDev/update-package-version-by-release-tag@v2
with:
version: ${{ inputs.version }}
ignore-semver-check: false # allow PEP 440 alpha/beta/rc releases
package-json-path: workbench/package.json
- name: Commit updated HISTORY.rst, changelog.html, and package.json