Skip to content

Commit

Permalink
chore: fixed commented out job
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifechukwudaniel committed Jan 17, 2025
1 parent 45d4721 commit 7557a76
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/publish-pythnet-stylus-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
working-directory: target_chains/ethereum/sdk/stylus

0 comments on commit 7557a76

Please sign in to comment.