feat: Add propeller swap encoders
- Add setup for package - Add docs - Add balancer implementation and test - Add CI: - Add setup action - Add test and format CI - Add CD: Publish python package to AWS
This commit is contained in:
29
.github/workflows/publish-swap-encoders-package.yaml
vendored
Normal file
29
.github/workflows/publish-swap-encoders-package.yaml
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
name: Publish Propeller Swap Encoders Python Packages to AWS CodeArtifact
|
||||
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- prereleased
|
||||
- released
|
||||
workflow_dispatch: { }
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
publish_propeller_solver_core:
|
||||
uses: propeller-heads/ci-cd-templates/.github/workflows/release-python-package.yaml@main
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
with:
|
||||
package_root: "propeller-solver-core"
|
||||
|
||||
publish_propeller_swap_encoders:
|
||||
uses: propeller-heads/ci-cd-templates/.github/workflows/release-python-package.yaml@main
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
with:
|
||||
package_root: "propeller-swap-encoders"
|
||||
Reference in New Issue
Block a user