Skip to content

Commit cb80470

Browse files
committed
Incorrect github trigger
1 parent e139faf commit cb80470

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Upload Python Package
1010

1111
on:
1212
release:
13-
types: [create]
13+
types: [created]
1414

1515
jobs:
1616

@@ -72,7 +72,7 @@ jobs:
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 }}

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ def get_long_description():
1010

1111
setup(
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",

0 commit comments

Comments
 (0)