Skip to content

Commit 78a8a67

Browse files
Merge pull request #30 from amazon-science/pr-release-fix
Added verbose logging to release.yml
2 parents fd85862 + b59a162 commit 78a8a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
env:
3939
TWINE_USERNAME: "__token__"
4040
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
41-
run: twine upload --repository testpypi dist/*
41+
run: twine upload --verbose --repository testpypi dist/*
4242

4343
- name: Publish to PyPI
4444
env:
4545
TWINE_USERNAME: "__token__"
4646
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
47-
run: twine upload --repository pypi dist/*
47+
run: twine upload --verbose --repository pypi dist/*

0 commit comments

Comments
 (0)