diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 507cbc77..0389c13d 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -1,5 +1,5 @@ # This workflow will -# - build distribution package +# - build distribution package, pure python wheel # - deploy produced distribution package to PyIP # # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries diff --git a/pyproject.toml b/pyproject.toml index ba831c58..1d20d5f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] requires-python = ">=3.9,<3.12" dependencies = [ - "easyScienceCore @ git+https://github.com/easyscience/easycore.git@failed_unit_check", + "easyScienceCore @ git+https://github.com/easyscience/easycore.git", "refnx>=0.1.15", "refl1d>=0.8.14", "scipp>=23.12.0",