Skip to content

Commit

Permalink
fix: fixing pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
ocni-dtu committed Jul 6, 2024
1 parent 4a80965 commit df5a428
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Upload Wheel
uses: actions/upload-artifact@v4
with:
name: lcax-${{ matrix.os.name }}-${{ matrix.python-version }}
name: lcax-${{ matrix.os.name }}-${{ matrix.python-version }}.whl
path: dist

publishPython:
Expand All @@ -68,6 +68,8 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: dist
pattern: '*.whl'
merge-multiple: true

- name: Check Download
run: ls -lah dist
Expand Down

0 comments on commit df5a428

Please sign in to comment.