Skip to content

Commit a23f46e

Browse files
committed
ci(gha): workaround pypa publish
Possibly related issue: pypa/gh-action-pypi-publish#283.
1 parent 75d5bda commit a23f46e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/_pypi-publish.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
path: dist
3737
merge-multiple: true
3838

39-
- uses: pypa/gh-action-pypi-publish@release/v1
39+
- uses: pypa/[email protected]
40+
with:
41+
verbose: true
4042

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

0 commit comments

Comments
 (0)