diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 871631e..4be0ef9 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -24,7 +24,7 @@ jobs: run: python setup.py sdist bdist_wheel - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.PYPI_UPLOAD_TOKEN }} diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..c305bd1 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,15 @@ +# This file records information about this repo. Its use is described in OEP-55: +# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: 'RecommenderXBlock' + description: "An XBlock to display list of recommended resources for a given problem." + annotations: + openedx.org/component-type: "XBlock" + openedx.org/arch-interest-groups: "" +spec: + owner: user:navinkarkera + type: 'library' + lifecycle: 'production'