Skip to content

Commit

Permalink
fixes missing sep
Browse files Browse the repository at this point in the history
  • Loading branch information
domonik committed Nov 19, 2024
1 parent 4f44a58 commit c3ea98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
build
--user
- name: Build a binary wheel and a source tarball
run:
run: |
export IGNORE_MISSING_RNALIB=1
python3 -m build --sdist
- name: Store the distribution packages
Expand Down

0 comments on commit c3ea98b

Please sign in to comment.