File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 7878 # set -vxeuo pipefail
7979 # conda install -y -c conda-forge mpi4py openmpi
8080
81- - name : Copy over README.md
82- run : |
83- set -vxeuo pipefail
84- cp README.md env/python
85-
8681 - name : Install cibuildwheel on Linux
8782 if : runner.os == 'Linux'
8883 run : |
@@ -113,17 +108,6 @@ jobs:
113108 mkdir -p ../../dist
114109 cp dist/*.whl ../../dist/
115110
116- # - name: Build sdist on Windows (for Python 3.11)
117- # if: runner.os == 'Windows' && matrix.python-version == '3.11'
118- # run: |
119- # set -vxeuo pipefail
120- # cd env/python
121- # python -VV
122- # python setup.py sdist
123- # ls -la dist/*
124- # mkdir -p ../../dist
125- # cp dist/*.tar.gz ../../dist/
126-
127111 - name : Publish wheels to GitHub artifacts
128112 uses : actions/upload-artifact@v3
129113 with :
You can’t perform that action at this time.
0 commit comments