twine: verbose and point to dedicated config file
Some checks failed
Publish to PyPI / Publish to PyPI (push) Failing after 2h17m50s
Some checks failed
Publish to PyPI / Publish to PyPI (push) Failing after 2h17m50s
This commit is contained in:
parent
66fe644fa7
commit
cc1c884eef
@ -26,10 +26,10 @@ jobs:
|
||||
run: python -m build
|
||||
|
||||
- name: Setup PyPI Credentials
|
||||
run: echo "${{ secrets.PYPICFG }}" > $HOME/.pypirc
|
||||
run: echo "${{ secrets.PYPICFG }}" > /tmp/pypirc
|
||||
|
||||
- name: Publish Package
|
||||
run: python -m twine upload dist/*
|
||||
run: python -m twine upload --verbose --config-file /tmp/pypirc dist/*
|
||||
# uses: pypa/gh-action-pypi-publish@release/v1
|
||||
# with:
|
||||
# verbose: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user