Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
if [ "$ACURL_CHANGED" = true ]; then
cd acurl
python3 -m build --sdist --outdir ../wheelhouse
cibuildwheel --output-dir ../wheelhouse
cibuildwheel --output-dir ../wheelhouse --archs x86_64,aarch64
fi
- run:
name: init .pypirc
Expand Down
2 changes: 1 addition & 1 deletion acurl/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maintainer = Sky Identity NFT team
maintainer_email = [email protected]
license = MIT
url = https://github.com/sky-uk/mite/tree/master/acurl
version = 1.0.2
version = 1.0.3

[options]
install_requires =
Expand Down