Skip to content

Commit

Permalink
Merge pull request #189 from openedx/feanil/fix_publish
Browse files Browse the repository at this point in the history
fix: Update pypi-publish.yml
  • Loading branch information
feanil authored Oct 1, 2024
2 parents ad2eb13 + 4733548 commit 888a5e5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@ on:
jobs:

push:
runs-on: ubuntu-latest

strategy:
matrix:
python-version: [3.11, 3.12]

runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: "3.12"

- name: Install pip
run: pip install -r requirements/pip.txt
Expand Down

0 comments on commit 888a5e5

Please sign in to comment.