Skip to content

Commit

Permalink
ci(gha): workaround pypa publish
Browse files Browse the repository at this point in the history
Possibly related issue: pypa/gh-action-pypi-publish#283.
  • Loading branch information
jnooree committed Nov 1, 2024
1 parent 75d5bda commit a23f46e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/_pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
path: dist
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
- uses: pypa/[email protected]
with:
verbose: true

# https://packaging.python.org/en/latest/specifications/version-specifiers/#public-version-identifiers
# Check if the version ends with a/b/rc or .dev (could also include post release number)
Expand Down

0 comments on commit a23f46e

Please sign in to comment.