Skip to content

Commit

Permalink
[Debug] Add fix for epel-9
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT committed Jul 8, 2024
1 parent 34417b1 commit 08f6e6b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08f6e6b

Please sign in to comment.