Skip to content

Commit

Permalink
Merge pull request #127 from sdispater/fix-tests-release
Browse files Browse the repository at this point in the history
Fix package release
  • Loading branch information
sdispater committed May 20, 2021
2 parents 351d662 + c856e3b commit d5fa2f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: 'recursive'

- name: Get tag
id: tag
Expand Down
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ readme = "README.md"
homepage = "https://github.com/sdispater/tomlkit"
repository = "https://github.com/sdispater/tomlkit"

packages = [
{include = "tomlkit"},
{include = "tests", format = "sdist"}
include = [
{ path = "tomlkit/py.typed" },
{ path = "tests", format = "sdist" }
]
include = ["tomlkit/py.typed"]

[tool.poetry.dependencies]
python = "~2.7 || ^3.5"
Expand Down

0 comments on commit d5fa2f1

Please sign in to comment.