We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8099b5 commit 0f7ddb2Copy full SHA for 0f7ddb2
2 files changed
.github/workflows/publish-pypi.yml
@@ -46,13 +46,6 @@ jobs:
46
permissions:
47
id-token: write
48
steps:
49
- - name: Validate tag format
50
- run: |
51
- if [[ ! "${GITHUB_REF_NAME}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
52
- echo "Invalid tag '${GITHUB_REF_NAME}'. Expected format: vX.Y.Z"
53
- exit 1
54
- fi
55
-
56
- name: Download distribution artifacts
57
uses: actions/download-artifact@v6
58
with:
pyproject.toml
@@ -35,7 +35,6 @@ Source = "https://github.com/OpenEarable/open-earable-python"
35
Issues = "https://github.com/OpenEarable/open-earable-python/issues"
36
37
[tool.setuptools_scm]
38
-tag_regex = "^v(?P<version>\\d+\\.\\d+\\.\\d+)$"
39
version_scheme = "no-guess-dev"
40
local_scheme = "no-local-version"
41
fallback_version = "0.0.0"
0 commit comments