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

[cosmwasm] - remove pyth-sdk-cw and example-cw #99

Merged
merged 6 commits into from
Jan 23, 2023
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
12 changes: 0 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,3 @@ jobs:
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
working-directory: "pyth-sdk-solana"
publish-pyth-sdk-terra:
name: Publish Pyth SDK CW
if: ${{ startsWith(github.ref, 'refs/tags/pyth-sdk-cw-v') }}
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2

- run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
working-directory: "pyth-sdk-cw"
41 changes: 0 additions & 41 deletions .github/workflows/pyth-sdk-cw.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/pyth-sdk-example-cw-contract.yml

This file was deleted.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ members = [
"pyth-sdk",
"pyth-sdk-solana",
"pyth-sdk-solana/test-contract",
"pyth-sdk-cw",
"examples/cw-contract",
"examples/sol-contract"
]
40 changes: 0 additions & 40 deletions examples/cw-contract/Cargo.toml

This file was deleted.

94 changes: 0 additions & 94 deletions examples/cw-contract/Developing.md

This file was deleted.

116 changes: 0 additions & 116 deletions examples/cw-contract/README.md

This file was deleted.

Loading