Skip to content

Commit 7238ac2

Browse files
committed
fixing ubuntu build
1 parent f855971 commit 7238ac2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
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:
@@ -61,7 +61,7 @@ jobs:
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')

0 commit comments

Comments
 (0)