crickets-and-comb/shared

Replace 3rd-party PyPi upload action with twine command

Open

#155 建立於 2026年2月24日

在 GitHub 查看
 (0 留言) (0 反應) (1 負責人)Makefile (0 fork)auto 404
enhancementhelp wanted

倉庫指標

Star
 (2 star)
PR 合併指標
 (PR 指標待抓取)

描述

We currently use a 3rd-party GitHub action, pypa/gh-action-pypi-publish@release/v1, in all of our CI_CD.yml workflows to upload our distribution to (Test)PyPi.

We should instead just use twine directly: twine upload --repository testpypi dist/*

Make it a reusable workflow or make recipe in shared.

貢獻者指南