gh-action-pypi-publish icon indicating copy to clipboard operation
gh-action-pypi-publish copied to clipboard

The blessed :octocat: GitHub Action, for publishing your :package: distribution files to PyPI: https://github.com/marketplace/actions/pypi-publish

Results 50 gh-action-pypi-publish issues
Sort by recently updated
recently updated
newest added

Stage 0 ------- - [x] Put the repo with code under `pypa` (done by @pradyunsg) - [x] Try convincing GitHub to enable Actions for `pypa` (and `python`, but that's not...

help wanted

Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...

dependencies

This specializes the token retrieval error handling a bit, providing an alternative error message when the error cause is something that we know can't possibly work due to GitHub's own...

migrading -> migrating

enhancement

I'm on a python project and i use github action to publish my pypi python package the python project is https://github.com/daisseur/Deltacode_project/ when the package is publishing i got this error:...

good first issue
invalid
question
Hacktoberfest 🎃🐱‍💻

Per conversation in https://github.com/python-pillow/Pillow/pull/7616, there's an edge case we can provide a more descriptive error on: if the publishing workflow uses `pull_request` events and the event comes from a branch...

The caution warning should be made more vocal here: https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates.

enhancement

My publish step sits in a resuable workflow [`.github/workflows/pytest-release.yml`](https://github.com/janosh/workflows/blob/7441624e507b1d6c855a8289a03a867367f16ec0/.github/workflows/pytest-release.yml). When [setting up trusted publishing](https://docs.pypi.org/trusted-publishers/adding-a-publisher), should the workflow name be the file in the actual repo (`test.yml` in my case) or...

question

enhancement
good first issue
Hacktoberfest 🎃🐱‍💻

Closes #229. I looked at `twine`'s help and added a new input `no-color` for this action. ``` twine --help usage: twine [-h] [--version] [--no-color] {check,upload,register} positional arguments: {check,upload,register} options: -h,...