Skip to content

Commit

Permalink
Merge pull request #87 from bcgsc/bugfix/KBDEV-1043-deployed-to-pypi-…
Browse files Browse the repository at this point in the history
…on-released-2

Update GH workflow for PyPi publishing on released, #2
  • Loading branch information
mathieulemieux authored May 9, 2023
2 parents 18a0140 + b6153d2 commit 727c329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pypipublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: upload to pypi

on:
release:
types: [created]
types: [released]
workflow_dispatch:

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include_trailing_comma = true
[metadata]
name = graphkb
url = https://github.com/bcgsc/pori_graphkb_python
version = 1.10.0
version = 1.10.1
author_email = [email protected]
description = python adapter for interacting with the GraphKB API
long_description = file: README.md
Expand Down

0 comments on commit 727c329

Please sign in to comment.