Skip to content

Commit

Permalink
fix: fix publish pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ziafazal authored Dec 5, 2024
1 parent 731315f commit 426a8d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
push:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/project/openedx-scorm-xblock

name: pypi
url: https://pypi.org/project/openedx-scorm-xblock
permissions:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 426a8d0

Please sign in to comment.