diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 0170781..7360b80 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -55,7 +55,7 @@ jobs: twine check --strict dist/*.whl echo "----------------------------" echo "Uploading: $(ls dist/*.whl | tr '\r\n' ' ')" - twine upload dist/*.whl --verbose --skip-existing -c "${{ steps.gen-upload-url.outputs.release-body }}" + twine upload dist/*.whl --verbose --skip-existing env: TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }} TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }} diff --git a/README.md b/README.md index 2877697..c5ce684 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # sept_qt +[![SEPT-QT Version](https://img.shields.io/pypi/v/sept_qt.svg)](https://pypi.org/project/sept_qt) [![SEPT-QT Downloads](https://img.shields.io/pypi/dm/sept_qt.svg)](https://pypi.org/project/sept_qt) [![SEPT-QT Supported Python Versions](https://img.shields.io/pypi/pyversions/sept_qt.svg)](https://pypi.org/project/sept_qt) + + Common Qt components useful for displaying and editing sept Token Expressions # Usage.py