mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
fix: Add missing toml dependency to prevent release version skipping
- Add toml package to build dependencies in publish-pypi.yml - Prevents ModuleNotFoundError during version verification - Fixes root cause of v4.0.8 version skipping issue - Ensures reliable PyPI release workflow execution
This commit is contained in:
2
.github/workflows/publish-pypi.yml
vendored
2
.github/workflows/publish-pypi.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install build twine
|
python -m pip install build twine toml
|
||||||
|
|
||||||
- name: Verify package structure
|
- name: Verify package structure
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user