Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
publish-pypi
// Build and publish the Weave Python SDK to PyPI. Use when releasing a new version.
$ git log --oneline --stat
stars:1,095
forks:153
updated:2026년 1월 21일 22:31
SKILL.md
// Build and publish the Weave Python SDK to PyPI. Use when releasing a new version.
| name | publish-pypi |
| description | Build and publish the Weave Python SDK to PyPI. Use when releasing a new version. |
This replicates the GitHub Actions publish-pypi-release workflow.
$ARGUMENTS can be test to publish to Test PyPI, or empty for production PyPIFirst, run a dry-run to build and verify the package:
uv run ./scripts/publish_pypi_release.py --dry-run
If the user wants to publish to Test PyPI (or $ARGUMENTS contains "test"):
uv run ./scripts/publish_pypi_release.py --test
If the user wants to publish to production PyPI:
uv run ./scripts/publish_pypi_release.py
Before publishing, ensure the user has set up authentication. Options:
TWINE_API_KEY environment variable (recommended for production)TWINE_TEST_API_KEY environment variable (for Test PyPI).pypirc file in home directoryIf authentication fails, help the user set up their credentials.
Remind the user to verify the package: