Skip to content

Commit 84827dd

Browse files
author
0xfirefist
committed
update workflows
1 parent 3f0e886 commit 84827dd

File tree

4 files changed

+0
-106
lines changed

4 files changed

+0
-106
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,3 @@ jobs:
2929
env:
3030
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
3131
working-directory: "pyth-sdk-solana"
32-
publish-pyth-sdk-terra:
33-
name: Publish Pyth SDK CW
34-
if: ${{ startsWith(github.ref, 'refs/tags/pyth-sdk-cw-v') }}
35-
runs-on: ubuntu-latest
36-
steps:
37-
- name: Checkout sources
38-
uses: actions/checkout@v2
39-
40-
- run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
41-
env:
42-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
43-
working-directory: "pyth-sdk-cw"

.github/workflows/pyth-sdk-cw.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/pyth-sdk-example-cw-contract.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ members = [
44
"pyth-sdk",
55
"pyth-sdk-solana",
66
"pyth-sdk-solana/test-contract",
7-
"pyth-sdk-cw",
87
"examples/sol-contract"
98
]

0 commit comments

Comments
 (0)