Skip to content

Commit

Permalink
Merge pull request #495 from ISA-tools/master
Browse files Browse the repository at this point in the history
merge from master
  • Loading branch information
terazus authored Feb 13, 2023
2 parents 5235dda + 0af0396 commit 6ce0008
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Upload Python Package

on:
release:
types: [created]
types: [published]

jobs:
deploy:
Expand Down
12 changes: 10 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,26 @@ def read(f_name):

setup(
name='isatools',
version='0.14.0',
version='0.14.2',
packages=['isatools',
'isatools.model',
'isatools.isatab',
'isatools.isatab.dump',
'isatools.isatab.load',
'isatools.isatab.validate',
'isatools.isatab.validate.rules',
'isatools.isajson',
'isatools.convert',
'isatools.create',
'isatools.io',
'isatools.net',
'isatools.net.mtbls',
'isatools.net.mw2isa',
'isatools.tests',
'isatools.database',
'isatools.graphQL'
'isatools.database.models',
'isatools.graphQL',
'isatools.graphQL.utils',
],
package_data={'isatools': [
'resources/schemas/cedar/*.json',
Expand Down

0 comments on commit 6ce0008

Please sign in to comment.