twine: verbose and point to dedicated config file
Some checks failed
Publish to PyPI / Publish to PyPI (push) Failing after 2h17m50s

This commit is contained in:
Stefan Harmuth 2023-11-11 16:57:52 +01:00
parent 66fe644fa7
commit cc1c884eef

View File

@ -26,10 +26,10 @@ jobs:
run: python -m build run: python -m build
- name: Setup PyPI Credentials - name: Setup PyPI Credentials
run: echo "${{ secrets.PYPICFG }}" > $HOME/.pypirc run: echo "${{ secrets.PYPICFG }}" > /tmp/pypirc
- name: Publish Package - 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 # uses: pypa/gh-action-pypi-publish@release/v1
# with: # with:
# verbose: true # verbose: true