From 7557a765fb5ffc1563390066cd4bb16a4f0a1883 Mon Sep 17 00:00:00 2001
From: Angry Coding <mailidanielifechukwu@gmail.com>
Date: Fri, 17 Jan 2025 21:11:18 +0000
Subject: [PATCH] chore: fixed commented out  job

---
 .../workflows/publish-pythnet-stylus-sdk.yml  | 24 +++++++++----------
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/.github/workflows/publish-pythnet-stylus-sdk.yml b/.github/workflows/publish-pythnet-stylus-sdk.yml
index d1b9458c7f..3be22b8189 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