crickets-and-comb/shared

Replace 3rd-party PyPi upload action with twine command

Open

#155 ouverte le 24 févr. 2026

Voir sur GitHub
 (0 commentaires) (0 réactions) (1 assigné)Makefile (0 forks)auto 404
enhancementhelp wanted

Métriques du dépôt

Stars
 (2 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur