Skip to content

Commit

Permalink
Merge pull request #361 from bknueven/pypi_release_workflow
Browse files Browse the repository at this point in the history
update PyPI workflow
  • Loading branch information
bknueven authored Jan 11, 2024
2 parents f0077d8 + 2e99d29 commit 1717c1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
jobs:
build-n-publish:
name: Build and publish Python distributions to PyPI and TestPyPI
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.11
- name: Install mpi-sppy
run: |
python -m pip install --user --upgrade setuptools wheel
Expand Down

0 comments on commit 1717c1f

Please sign in to comment.