crickets-and-comb / crickets-and-comb/shared

Replace 3rd-party PyPi upload action with twine command

Open
#155 0 comments 0 reactions 1 assignee Claimed by @KalebCoberly View on GitHub
enhancement help wanted
Dominant language
Makefile
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

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`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.