Skip to content

Commit

Permalink
Fixes for releases CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Oct 17, 2024
1 parent b205be5 commit 6a36dbb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ jobs:
- runner: macos-13
target: x86_64
- runner: macos-14
target: aarch64
- runner: macos-15
target: aarch64
target: aarch64
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -224,8 +222,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
pattern: wheels-*
merge-multiple: true
pattern: wheels-*

- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
Expand Down Expand Up @@ -256,9 +253,12 @@ jobs:
with:
toolchain: stable

- name: Run tests on latest stable rust
- name: Build on latest stable rust
run: cargo build --release --features cfitsio-static,examples

- name: Run tests on latest stable rust
run: cargo test --release --features cfitsio-static,examples

- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand Down
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

Changes in each release are listed below.

## 1.6.1 17-Oct-2024

* Correcting release issues with github and pypi for Python wheels

## 1.6.0 17-Oct-2024
## 1.6.0 18-Oct-2024

* Updated ndarray to 0.16
* Upgraded dependencies: clap to 0.4, pyo3 to 0.21
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mwalib"
version = "1.6.1"
version = "1.6.0"
homepage = "https://github.com/MWATelescope/mwalib"
repository = "https://github.com/MWATelescope/mwalib"
readme = "README.md"
Expand Down

0 comments on commit 6a36dbb

Please sign in to comment.