Skip to content

Commit 25fb0e1

Browse files
committed
CI: clean up unused steps
1 parent 4fe7bce commit 25fb0e1

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ jobs:
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:

0 commit comments

Comments
 (0)