Skip to content

Commit

Permalink
Merge pull request #3 from Ahuge/dev
Browse files Browse the repository at this point in the history
Prepare for Release v0.1.2
  • Loading branch information
Ahuge authored Jan 14, 2021
2 parents c833f36 + 1eeb85a commit 5e6889f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5e6889f

Please sign in to comment.