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 b025940 commit 9f613b5Copy full SHA for 9f613b5
.github/workflows/deploy_pypi.yml
@@ -22,11 +22,7 @@ jobs:
22
pip install setuptools wheel twine
23
- name: build
24
run: |
25
- # derefenence symbolic links
26
- mv dcor_control dcor_control.bak
27
- cp -RL dcor_control.bak dcor_control
28
- # actual dis
29
- pipx run build --sdist --wheel
+ pipx run build --sdist
30
- name: publish
31
env:
32
TWINE_USERNAME: __token__
CHANGELOG
@@ -1,3 +1,5 @@
1
+0.11.3
2
+ - build: fix build pipeline
3
0.11.2
4
- build: fix build pipeline
5
0.11.1
0 commit comments