open-craft / xblock-poll

An XBlock for Polling users and displaying the result
GNU Affero General Public License v3.0
18 stars 66 forks source link

Publish this package to PyPI #98

Closed aht007 closed 1 year ago

aht007 commented 2 years ago

Background

This package is currently installed into edx-platform directly from GitHub. This is non-ideal because:

Request

pkulkark commented 1 year ago

Thanks @aht007. We'll create a task on our end to look into this and update here.

kdmccormick commented 1 year ago

Hey @pkulkark , do you think you will be able to finish this soon?

pkulkark commented 1 year ago

@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.

kdmccormick commented 1 year ago

All good, thanks!

pkulkark commented 1 year ago

@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/

kdmccormick commented 1 year ago

Wonderful, thank you!

Could you apply this change to edx-platform by removing xblock-poll from github.in, adding it to base.in, and running make compile-requirements?