Skip to content

Commit

Permalink
seeing if I can access the twine info in release
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkomarov committed Aug 27, 2024
1 parent 30aaeea commit 820bbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
echo $TWINE_USERNAME
pip install build wheel twine
python -m build
twine upload dist/*
twine upload --verbose dist/*

0 comments on commit 820bbe1

Please sign in to comment.