Fix GitHub Actions and pyproject.toml configuration issues
- Updated actions/upload-artifact from deprecated v3 to v4
- Fixed pyproject.toml license format from "MIT" to {text = "MIT"}
- Package configuration now validates successfully
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -84,7 +84,7 @@ jobs:
|
|||||||
run: bandit -r wikijs -f json -o bandit-report.json || true
|
run: bandit -r wikijs -f json -o bandit-report.json || true
|
||||||
|
|
||||||
- name: Upload bandit report
|
- name: Upload bandit report
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: bandit-report
|
name: bandit-report
|
||||||
path: bandit-report.json
|
path: bandit-report.json
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
name = "wikijs-python-sdk"
|
name = "wikijs-python-sdk"
|
||||||
description = "A professional Python SDK for Wiki.js API integration"
|
description = "A professional Python SDK for Wiki.js API integration"
|
||||||
authors = [{name = "Wiki.js SDK Contributors", email = "contact@wikijs-sdk.dev"}]
|
authors = [{name = "Wiki.js SDK Contributors", email = "contact@wikijs-sdk.dev"}]
|
||||||
license = "MIT"
|
license = {text = "MIT"}
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|||||||
Reference in New Issue
Block a user