Skip to content

Commit

Permalink
Merge pull request #35 from Casyfill/sdist-fix
Browse files Browse the repository at this point in the history
Trying to fix sdist release problem
  • Loading branch information
Casyfill authored Apr 12, 2021
2 parents 3f34cb0 + c137483 commit d58ea5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- name: Set up Python 3.7
uses: actions/setup-python@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- name: Set up Python 3.7
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pycombo"
version = "0.1.05"
version = "0.1.06"
description = "Python wrapper around Combo network partitioning algorythm (C++)"
authors = ["Philipp <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d58ea5b

Please sign in to comment.