We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1965f commit b025940Copy full SHA for b025940
.github/workflows/deploy_pypi.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
# derefenence symbolic links
26
mv dcor_control dcor_control.bak
27
- cp -L dcor_control.bak dcor_control
+ cp -RL dcor_control.bak dcor_control
28
# actual dis
29
pipx run build --sdist --wheel
30
- name: publish
CHANGELOG
@@ -1,3 +1,5 @@
1
+0.11.2
2
+ - build: fix build pipeline
3
0.11.1
4
- build: fix build pipeline
5
0.11.0
0 commit comments