Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repackage #2

Merged
merged 4 commits into from
Aug 20, 2024
Merged
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 .github/workflows/poetry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: poetry config pypi-token.pypi ${{secrets.PYPI_TOKEN}}

- name: Publish cabs
run: cd suricat_cabs && poetry publish --build
run: cd suricat-beams && poetry publish --build

- name: Publish main package
run: poetry publish --build
6 changes: 3 additions & 3 deletions .github/workflows/publish-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build docker images

on:
push:
branches: [ "master" ]
branches: [ "master", "repackage" ]
# Publish semver tags as releases.
# tags: [ 'v*.*.*' ]
pull_request:
Expand Down Expand Up @@ -31,11 +31,11 @@ jobs:
uses: actions/checkout@v4

- name: Install cabs package
run: pip install -e suricat_cabs
run: pip install -e suricat-beams

- name: Install cult-cargo
# replace with normal install when 0.1.4 is out
run: pip install git+https://github.com/caracal-pipeline/cult-cargo.git@issue-51

- name: Run build and push image
run: build-cargo -m suricat_cabs/suricat/cargo/cargo-manifest.yml -a
run: build-cargo -m suricat-beams/suricat/cargo/cargo-manifest.yml -a
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
[tool.poetry]
name = "suricat-beams"
version = "0.0.5"
version = "0.0.6"
description = "MeerKAT primary beam model handling utilities"
authors = ["Oleg Smirnov <osmirnov@gmail.com>"]
license = "MIT"
readme = "README.md"
packages = [{include = "suricat"}]
packages = [{include = "suricat", from = "suricat"}]

[tool.poetry.dependencies]
python = "^3.8"
stimela = "^2.0"
suricat-beams-cabs = "*"
xarray-fits = "*"
astro-tigger-lsm = "*"
matplotlib = "*"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions suricat_cabs/pyproject.toml → suricat-beams/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "suricat-beams-cabs"
version = "0.0.5"
version = "0.0.6"
description = "MeerKAT primary beam model handling utilities -- Stimela cabs"
authors = ["Oleg Smirnov <osmirnov@gmail.com>"]
license = "MIT"
readme = "README.md"
packages = [{include = "suricat"}]
packages = [{ include = "suricat/cabs" }]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions suricat-beams/suricat/cargo/.persistent_history
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
2024-08-18 10:54:53 | cd suricat_cabs/suricat/cargo/
2024-08-18 10:54:54 | ls
2024-08-18 10:55:07 | git push
2024-08-18 10:55:53 | ls ../cabs/
File renamed without changes.
Loading