Skip to content

Commit

Permalink
fixed toml file instead of workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
stuchalk committed Mar 5, 2022
1 parent 1a41114 commit 645b711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:

on:
release:
types: [published]

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
"Operating System :: OS Independent"
]
packages = [
{ include: "comchem" }
{ include = "comchem" }
]
[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit 645b711

Please sign in to comment.