Skip to content

Commit

Permalink
debug! twine via runpy
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 8, 2024
1 parent 3303c42 commit dd1788e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit dd1788e

Please sign in to comment.