Skip to content

Commit 9f613b5

Browse files
committed
build: fix build pipeline
1 parent b025940 commit 9f613b5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/deploy_pypi.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ jobs:
2222
pip install setuptools wheel twine
2323
- name: build
2424
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
25+
pipx run build --sdist
3026
- name: publish
3127
env:
3228
TWINE_USERNAME: __token__

CHANGELOG

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

0 commit comments

Comments
 (0)