Skip to content

Commit

Permalink
build: fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Aug 5, 2024
1 parent dc1965f commit b025940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
# derefenence symbolic links
mv dcor_control dcor_control.bak
cp -L dcor_control.bak dcor_control
cp -RL dcor_control.bak dcor_control
# actual dis
pipx run build --sdist --wheel
- name: publish
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.11.2
- build: fix build pipeline
0.11.1
- build: fix build pipeline
0.11.0
Expand Down

0 comments on commit b025940

Please sign in to comment.