Skip to content

Commit 397287a

Browse files
committed
remove publication
1 parent 981a175 commit 397287a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.ci/templates/prepare-environment-windows.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,7 @@ steps:
3333
python -c "from ansys.dpf import core; print(core.Report(gpu=False))"
3434
3535
displayName: Install ansys-dpf-core
36-
37-
- task: PublishBuildArtifacts@1
38-
displayName: 'WHEEL: publish artifacts'
39-
inputs:
40-
PathtoPublish: '$(System.DefaultWorkingDirectory)\dist'
41-
ArtifactName: 'ansys_dpf_core_wheel'
42-
enabled: true
43-
36+
4437
- task: UniversalPackages@0
4538
inputs:
4639
command: 'download'

0 commit comments

Comments
 (0)