Skip to content

Commit 9f7dec4

Browse files
committed
Try with ubuntu 22.04 for building aram64 wheels
1 parent bd3b8ed commit 9f7dec4

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.github/workflows/cibuildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
CIBW_ARCHS_MACOS: "x86_64 arm64"
2929
strategy:
3030
matrix:
31-
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest]
31+
os: [ubuntu-latest, ubuntu-22.04-arm, windows-latest, macos-latest]
3232
arch: [x86_64, aarch64]
3333
# aarch64 is emulated, and it is giving issues with cibuildwheel
3434
# Just build for x86_64 for now (Mac arm64 is already covered by cibuildwheel)

RELEASING.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ Tagging
5858

5959
git push --tags
6060

61+
* If you happen to have to delete the tag, such as artifacts demonstrates a fault, first delete it locally::
62+
63+
git tag --delete vX.Y.Z
64+
65+
and then remotely on Github:
66+
67+
git push --delete origin vX.Y.Z
68+
6169
* Make sure that the tag is passing the tests in continuous integration (this
6270
may take more than an hour).
6371

@@ -67,10 +75,10 @@ Tagging
6775
git commit -a -m "Update latest release in doc"
6876
git push
6977

70-
* Go to ``Blosc/blogsite`` repo, then to "Actions", click on the most recent
71-
workflow run (at the top of the list), and then click on the "Re-run all
72-
jobs" button to regenerate the documentation and check that it has been
73-
correctly updated in https://www.blosc.org.
78+
* Go to ``https://github.com/Blosc/blogsite`` repo, then to "Actions", click
79+
on the most recent workflow run (at the top of the list), and then click on
80+
the "Re-run all jobs" button to regenerate the documentation and check that
81+
it has been correctly updated in https://www.blosc.org.
7482

7583

7684
Checking packaging

0 commit comments

Comments
 (0)