We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63595df commit bd90dd4Copy full SHA for bd90dd4
.github/workflows/publish-pyth-price-publisher.yml renamed to .github/workflows/publish-pyth-price-store.yml
@@ -1,12 +1,12 @@
1
-name: Publish Pyth Price Publisher to crates.io
+name: Publish Pyth Price Store to crates.io
2
3
on:
4
push:
5
tags:
6
- pyth-price-store-v*
7
jobs:
8
publish-pyth-price-store:
9
- name: Publish Pyth Price Publisher
+ name: Publish Pyth Price Store
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout sources
target_chains/solana/programs/pyth-price-store/Cargo.toml
@@ -2,6 +2,9 @@
name = "pyth-price-store"
version = "0.1.0"
edition = "2021"
+description = "A solana on-chain program that allows publishers to push prices on Pythnet."
+license = "Apache-2.0"
+
[lib]
crate-type = ["cdylib", "lib"]
0 commit comments