Skip to content

Commit

Permalink
Fix cp
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk authored Nov 28, 2023
1 parent 24701a1 commit 4b98a5d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build-bindings-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,8 @@ jobs:
cd build && \
python -m pybind11_stubgen -o . OCP && \
rm -rf OCP-stubs/setup.py OCP-stubs/__pycache__ OCP-stubs/MANIFEST.in && \
mkdir ../upload && \
cp -r OCP-stubs ../upload && \
cp -r "../../$(OCP_src)/*" ../upload
cp -r "../../$(OCP_src)" ../upload && \
cp -r OCP-stubs ../upload
displayName: 'Generate stubs and prepare for upload'
- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 4b98a5d

Please sign in to comment.