Skip to content

Commit

Permalink
Merge branch 'master' into maq/89
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahQureshee authored Aug 22, 2024
2 parents 9c4b433 + 3363318 commit d827ea3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
15 changes: 15 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit d827ea3

Please sign in to comment.