Skip to content

Commit

Permalink
Merge pull request #11 from domonik/new-dev
Browse files Browse the repository at this point in the history
fixes missing sep
  • Loading branch information
domonik authored Nov 19, 2024
2 parents dcaa55d + c3ea98b commit fa2ce62
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 fa2ce62

Please sign in to comment.