Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
manugarg committed Nov 17, 2023
1 parent 34c790d commit 72ffce7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
twine upload src/pymod/dist/*
build-linux-wheels:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -171,11 +171,13 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3

- name: make
- name: Set up setuptools
run: |
python --version
python -mpip install setuptools
make -C src pymod
- name: make
run: make -C src pymod

- name: Build sdist
run: cd src/pymod && python setup.py sdist
Expand Down

0 comments on commit 72ffce7

Please sign in to comment.