feat(target_chains/ethereum): add arbirum stylus sdk #17
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Pyth Stylus SDK to crates.io | |
on: | |
push: | |
tags: | |
- pythnet-stylus-sdk-v* | |
# jobs: | |
# publish-pythnet-sdk: | |
# name: Publish Pythnet SDK | |
# 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: "pythnet/pythnet_sdk" | |
#Just seetinh up this script |