Skip to content

Commit b025940

Browse files
committed
build: fix build pipeline
1 parent dc1965f commit b025940

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
# derefenence symbolic links
2626
mv dcor_control dcor_control.bak
27-
cp -L dcor_control.bak dcor_control
27+
cp -RL dcor_control.bak dcor_control
2828
# actual dis
2929
pipx run build --sdist --wheel
3030
- name: publish

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.11.2
2+
- build: fix build pipeline
13
0.11.1
24
- build: fix build pipeline
35
0.11.0

0 commit comments

Comments
 (0)