File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name: Upload Python Package
1010
1111on :
1212 release :
13- types : [create ]
13+ types : [created ]
1414
1515jobs :
1616
7272 - name : Build package
7373 run : python -m build
7474 - name : Publish package
75- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
75+ uses : pypa/gh-action-pypi-publish@release/v1
7676 with :
7777 user : __token__
7878 password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ def get_long_description():
1010
1111setup (
1212 name = "twikey-api-python" ,
13- version = "v0.1.1 " ,
14- description = "Humble python client to interface with the Twikey api" ,
13+ version = "v0.1.3 " ,
14+ description = "Python interface with the Twikey api" ,
1515 author = "Twikey" ,
1616 author_email = "support@twikey.com" ,
1717 url = "https://github.com/twikey/twikey-api-python" ,
You can’t perform that action at this time.
0 commit comments