diff --git a/.github/workflows/publish-pythnet-stylus-sdk.yml b/.github/workflows/publish-pythnet-stylus-sdk.yml index d1b9458c7..3be22b818 100644 --- a/.github/workflows/publish-pythnet-stylus-sdk.yml +++ b/.github/workflows/publish-pythnet-stylus-sdk.yml @@ -4,17 +4,15 @@ 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 +jobs: + publish-pythnet-sdk: + name: Publish Pythnet Stylus 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 \ No newline at end of file + - run: cargo publish --token ${CARGO_REGISTRY_TOKEN} + env: + CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} + working-directory: target_chains/ethereum/sdk/stylus \ No newline at end of file