Skip to content

Commit ba2f7a0

Browse files
committed
Fix test pypi worflow (#4217)
* Update test pypi * Style fix
1 parent dad1509 commit ba2f7a0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,6 @@ jobs:
317317
if: github.event.inputs.target == 'testpypi'
318318
uses: pypa/gh-action-pypi-publish@release/v1
319319
with:
320-
user: __token__
321-
password: ${{ secrets.TESTPYPI_TOKEN }}
322320
packages-dir: files/
323321
repository-url: https://test.pypi.org/legacy/
324322

scripts/install_KLU_Sundials.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ def install_sundials(download_dir, install_dir):
112112
OpenMP_omp_LIBRARY = "/usr/local/opt/libomp/lib/libomp.dylib"
113113
else:
114114
raise NotImplementedError(
115-
f"Unsupported processor architecture: {platform.processor()}. Only 'arm' and 'i386' architectures are supported."
115+
f"Unsupported processor architecture: {platform.processor()}. "
116+
"Only 'arm' and 'i386' architectures are supported."
116117
)
117118

118119
# Don't pass the following args to CMake when building wheels. We set a custom

0 commit comments

Comments
 (0)