Skip to content

Commit 7557a76

Browse files
chore: fixed commented out job
1 parent 45d4721 commit 7557a76

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

.github/workflows/publish-pythnet-stylus-sdk.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ on:
44
push:
55
tags:
66
- pythnet-stylus-sdk-v*
7-
# jobs:
8-
# publish-pythnet-sdk:
9-
# name: Publish Pythnet SDK
10-
# runs-on: ubuntu-latest
11-
# steps:
12-
# - name: Checkout sources
13-
# uses: actions/checkout@v2
7+
jobs:
8+
publish-pythnet-sdk:
9+
name: Publish Pythnet Stylus SDK
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout sources
13+
uses: actions/checkout@v2
1414

15-
# - run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
16-
# env:
17-
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
18-
# working-directory: "pythnet/pythnet_sdk"
19-
20-
#Just seetinh up this script
15+
- run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
16+
env:
17+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
18+
working-directory: target_chains/ethereum/sdk/stylus

0 commit comments

Comments
 (0)