build: add wheels to pypi - #428
Conversation
|
Looks like the wheels build successfully on my fork [GHA]; but I seem to see a test failing -- dont think it should be due to this change though. |
This reverts commit 965ceee.
|
@govinda-kamath thanks for this. I decided to use a manual publishing process and so removed the Can you try the following? This will pull the pybedtools testing wheel from test PyPI but lets pip grab other stuff from main PyPI: pip install --extra-index-url https://test.pypi.org/simple pybedtools==0.12.1a0Should work on most systems given the 36 wheels that are built! |
|
Oh, and I bumped all the actions versions. Heads up for the future, LLMs use older action versions consistent with their training data that then get flagged by CI as old or deprecated. |
|
@daler -- works for me!! Thanks a ton for doing this! |
Closes #427.
Before the first tagged release, one manual step is required on PyPI - add a Trusted Publisher for this repo.