crickets-and-comb/shared

Replace 3rd-party PyPi upload action with twine command

Open

#155 aperta il 24 feb 2026

Vedi su GitHub
 (0 commenti) (0 reazioni) (1 assegnatario)Makefile (0 fork)auto 404
enhancementhelp wanted

Metriche repository

Star
 (2 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor