Skip to content

Commit e66542d

Browse files
committed
debug build
1 parent 8d51be3 commit e66542d

3 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
19+
os: [windows-latest, macos-13, macos-14] # [ubuntu-latest, windows-latest, macos-13, macos-14]
2020

2121
steps:
2222
- name: Checkout code
@@ -105,23 +105,23 @@ jobs:
105105

106106
# - uses: pypa/gh-action-pypi-publish@release/v1
107107

108-
upload_test_pypi:
109-
name: Publish to TestPyPI
110-
needs: [build_wheels, build_sdist]
111-
runs-on: ubuntu-latest
112-
environment:
113-
name: testpypi
114-
url: https://test.pypi.org/p/odrpack
115-
permissions:
116-
id-token: write
117-
if: ${{ github.event_name == 'workflow_dispatch' }}
118-
steps:
119-
- uses: actions/download-artifact@v4
120-
with:
121-
pattern: cibw-*
122-
path: dist
123-
merge-multiple: true
108+
# upload_test_pypi:
109+
# name: Publish to TestPyPI
110+
# needs: [build_wheels, build_sdist]
111+
# runs-on: ubuntu-latest
112+
# environment:
113+
# name: testpypi
114+
# url: https://test.pypi.org/p/odrpack
115+
# permissions:
116+
# id-token: write
117+
# if: ${{ github.event_name == 'workflow_dispatch' }}
118+
# steps:
119+
# - uses: actions/download-artifact@v4
120+
# with:
121+
# pattern: cibw-*
122+
# path: dist
123+
# merge-multiple: true
124124

125-
- uses: pypa/gh-action-pypi-publish@release/v1
126-
with:
127-
repository-url: https://test.pypi.org/legacy/
125+
# - uses: pypa/gh-action-pypi-publish@release/v1
126+
# with:
127+
# repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)