Skip to content

Commit

Permalink
refactor: publish only one python version only
Browse files Browse the repository at this point in the history
  • Loading branch information
ttqureshi committed Oct 1, 2024
1 parent b61e23c commit a3a6b0c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,13 @@ jobs:
push:
runs-on: ubuntu-latest

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

steps:
- name: Checkout
uses: actions/checkout@v2
- name: setup python
uses: actions/setup-python@v2
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 a3a6b0c

Please sign in to comment.