Skip to content

Commit

Permalink
adding verbose to twine
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesu committed Dec 2, 2023
1 parent 46ff5d7 commit 42897d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/datalab_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
#run: twine upload dist/*
# test only
run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*
run: twine upload --verbose --repository-url https://test.pypi.org/legacy/ dist/*

0 comments on commit 42897d9

Please sign in to comment.