← スキル一覧に戻る

publish-pypi
by wandb
publish-pypiは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 1,046🍴 142📅 2026年1月23日
SKILL.md
name: publish-pypi description: Build and publish the Weave Python SDK to PyPI. Use when releasing a new version.
Publish to PyPI
This replicates the GitHub Actions publish-pypi-release workflow.
Arguments
$ARGUMENTScan betestto publish to Test PyPI, or empty for production PyPI
Instructions
First, 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
Authentication
Before publishing, ensure the user has set up authentication. Options:
TWINE_API_KEYenvironment variable (recommended for production)TWINE_TEST_API_KEYenvironment variable (for Test PyPI).pypircfile in home directory
If authentication fails, help the user set up their credentials.
After Publishing
Remind the user to verify the package:
- Test PyPI: https://test.pypi.org/project/weave/
- Production PyPI: https://pypi.org/project/weave/
スコア
総合スコア
75/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 1000以上
+15
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です