From 08f6e6bd8117c526b355a4df202bf0f6b1652c92 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Mon, 8 Jul 2024 15:21:43 +0200 Subject: [PATCH] [Debug] Add fix for epel-9 Signed-off-by: Cristian Le --- .packit.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index 3f17bbe6..f56e1d67 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -15,6 +15,17 @@ specfile_path: .distro/python-scikit-build-core.spec downstream_package_name: python-scikit-build-core upstream_tag_template: v{version} +srpm_build_deps: + - hatch + - python3-hatch-vcs + +actions: + create-archive: + - hatch build -t sdist + - bash -c "ls dist/scikit_build_core-*.tar.gz" + get-current-version: + - bash -c "hatch version" + targets: &targets - fedora-all-x86_64 - fedora-all-aarch64