Skip to content

Commit 605572c

Browse files
authored
Merge pull request #44 from atomic-data-sciences/enhancement/rheed_streamer
Remove arm builds
2 parents ef03907 + dea241f commit 605572c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Skip 32-bit, PyPy, and musllinux
5757
CIBW_SKIP: "pp* *-manylinux_i686 *-musllinux_*"
5858
# Architectures
59-
CIBW_ARCHS_LINUX: "x86_64 aarch64"
59+
CIBW_ARCHS_LINUX: "x86_64"
6060
CIBW_ARCHS_MACOS: "universal2"
6161
CIBW_ARCHS_WINDOWS: "AMD64"
6262
# Ensure Rust is present inside manylinux Docker images

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# API Client for Atomic Data Sciences
1+
# API Client for Atomscale
22

33
[![Testing](https://github.com/artificial-atomic-intelligence/api-client/workflows/Testing/badge.svg)](https://github.com/artificial-atomic-intelligence/api-client/actions?query=workflow:"Testing")
44
[![GitHub tag](https://img.shields.io/github/tag/artificial-atomic-intelligence/api-client?include_prereleases=&sort=semver&color=blue)](https://github.com/artificial-atomic-intelligence/api-client/releases/)

0 commit comments

Comments
 (0)