Skip to content

Commit 0d4ccb5

Browse files
hallvictoriaVictoria Hall
andauthored
remove unnecessary files from worker package (#1571)
Co-authored-by: Victoria Hall <[email protected]>
1 parent 2383eea commit 0d4ccb5

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

pack/templates/macos_64_env_gen.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ steps:
3131
!python/**
3232
!tests/**
3333
!setuptools*/**
34+
!_distutils_hack/**
35+
!distutils-precedence.pth
36+
!pkg_resources/**
37+
!*.dist-info/**
3438
targetFolder: '$(Build.ArtifactStagingDirectory)'

pack/templates/nix_env_gen.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ steps:
3131
!python/**
3232
!tests/**
3333
!setuptools*/**
34+
!_distutils_hack/**
35+
!distutils-precedence.pth
36+
!pkg_resources/**
37+
!*.dist-info/**
3438
targetFolder: '$(Build.ArtifactStagingDirectory)'

pack/templates/win_env_gen.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ steps:
3131
!python\**
3232
!tests\**
3333
!setuptools*\**
34+
!_distutils_hack\**
35+
!distutils-precedence.pth
36+
!pkg_resources\**
37+
!*.dist-info\**
3438
targetFolder: '$(Build.ArtifactStagingDirectory)'

0 commit comments

Comments
 (0)