Skip to content

Commit

Permalink
[fix] CD workflow change build name
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmagren committed Nov 19, 2023
1 parent 61a6feb commit ea58773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
poetry lock
poetry install --no-root
- name: Build finq
- name: Build neurocode
run: poetry build --format wheel
continue-on-error: false
- name: Publish to PyPI
Expand Down

0 comments on commit ea58773

Please sign in to comment.