debug! twine via runpy

This commit is contained in:
Sviatoslav Sydorenko 2024-12-08 06:54:54 +01:00
parent 3303c4270d
commit dd1788e752
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 9345E8FEA89CA455

View file

@ -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 }}