File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55jobs :
66 build :
77
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-22.04
99
1010 steps :
1111 - name : Checkout IMAS-Python sources
Original file line number Diff line number Diff line change 55jobs :
66 build :
77 name : Build distribution
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-22.04
99 steps :
1010 - uses : actions/checkout@v4
1111 with :
3030 if : startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
3131 needs :
3232 - build
33- runs-on : ubuntu-latest
33+ runs-on : ubuntu-22.04
3434 environment :
3535 name : pypi
3636 url : https://pypi.org/p/imas-python
5050 if : github.ref=='refs/heads/develop' # only publish to TestPyPI on develop pushes
5151 needs :
5252 - build
53- runs-on : ubuntu-latest
53+ runs-on : ubuntu-22.04
5454 environment :
5555 name : testpypi
5656 url : https://test.pypi.org/p/imas-python
You can’t perform that action at this time.
0 commit comments