mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2025-02-04 20:19:34 -05:00
debug! twine via runpy
This commit is contained in:
parent
3303c4270d
commit
dd1788e752
1 changed files with 1 additions and 1 deletions
2
.github/workflows/reusable-smoke-test.yml
vendored
2
.github/workflows/reusable-smoke-test.yml
vendored
|
@ -137,7 +137,7 @@ jobs:
|
|||
for dist in dist/*.tar.gz
|
||||
do
|
||||
echo "Registering ${dist}..."
|
||||
twine register "${dist}"
|
||||
python3 -m twine register "${dist}"
|
||||
done
|
||||
env:
|
||||
TWINE_USERNAME: ${{ env.devpi-username }}
|
||||
|
|
Loading…
Add table
Reference in a new issue