Closed aht007 closed 1 year ago
Thanks @aht007. We'll create a task on our end to look into this and update here.
Hey @pkulkark , do you think you will be able to finish this soon?
@kdmccormick Sorry for the delay. This is nearly ready but we're trying to tie up a few loose ends. I'll post here once it's ready.
All good, thanks!
@kdmccormick This is done. We've added the required workflow to publish to pypi whenever a release happens, and triggered it. c.f. https://pypi.org/project/xblock-poll/
Background
This package is currently installed into edx-platform directly from GitHub. This is non-ideal because:
make upgrade
workflow.Request
setup.py
to make sure it looks right before publishing. You can test it out by:python setup.py sdist bdist_wheel
dist/
folder. The folder should contain a .tar.gz that can be unpacked, yielding the contents of what would be pushed to PyPI. The unpacked .tar.gz should include all Python source files (other than test files) as well as a LICENSE and any assets/resources needed for the block to work.