Skip to content

Commit

Permalink
CI: resolve issue with missing utils folder in pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
oysstu committed Apr 6, 2022
1 parent 572ff01 commit e396678
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
submodules: true

- name: Build SDist
run: python setup.py sdist
run: pipx run build --sdist

- name: Check metadata
run: pipx run twine check dist/*

- uses: actions/upload-artifact@v2
with:
Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ requires = [
"cmake>=3.8",
]

[tool.poetry]
packages = [
{ include = "utils" },
]


build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def build_extension(self, ext):

setup(
name='imcpy',
version='1.0.4',
version='1.0.5',
author='Oystein Sture',
author_email='[email protected]',
description='Python bindings for DUNE-IMC',
Expand Down

0 comments on commit e396678

Please sign in to comment.