File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434 # macOS: Build Universal2 wheels on Intel runner (macos-13)
3535 CIBW_ARCHS_MACOS : " universal2"
36- CIBW_TEST_COMMAND : " python -c \ " import netgraph_core; print(netgraph_core.__version__)\" "
37- CIBW_BEFORE_ALL_LINUX : " yum install -y libatomic || apt-get update && apt-get install -y libatomic1 || apk add libatomic"
36+ CIBW_TEST_COMMAND : ' python -c "import netgraph_core; print(netgraph_core.__version__)" '
37+ CIBW_BEFORE_ALL_LINUX : " yum install -y libatomic || ( apt-get update && apt-get install -y libatomic1) || apk add libatomic"
3838
3939 - uses : actions/upload-artifact@v4
4040 with :
6161 runs-on : ubuntu-latest
6262 environment : pypi
6363 permissions :
64- id-token : write # Required for Trusted Publishing (OIDC)
64+ id-token : write # Required for Trusted Publishing (OIDC)
6565
6666 # Only publish on tag pushes
6767 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
You can’t perform that action at this time.
0 commit comments