Skip to content

Commit 1f4b40f

Browse files
committed
fix (cd): uncommented cargo and pypi publish and bumped version in Cargo toml
Signed-off-by: rafaeljohn9 <rafaeljohb@gmail.com>
1 parent 9160bfa commit 1f4b40f

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/release-tag.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99
build:
1010
uses: ./.github/workflows/build-binaries.yml
1111

12-
# publish-pypi:
13-
# uses: ./.github/workflows/publish-pypi.yml
14-
# needs: build # ← Can run after build, even in parallel with cargo
15-
# secrets:
16-
# PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
12+
publish-pypi:
13+
uses: ./.github/workflows/publish-pypi.yml
14+
needs: build # ← Can run after build, even in parallel with cargo
15+
secrets:
16+
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
1717

18-
# publish-cargo:
19-
# uses: ./.github/workflows/publish-cargo.yml
20-
# secrets:
21-
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
18+
publish-cargo:
19+
uses: ./.github/workflows/publish-cargo.yml
20+
secrets:
21+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2222

2323
publish-npm:
2424
uses: ./.github/workflows/publish-npm.yml

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "gitcraft"
4-
version = "0.1.123"
4+
version = "0.0.132"
55
edition = "2021"
66
authors = ["John Kagunda john@kagunda.dev"]
77
description = "A template project for GitHub-related utilities."

0 commit comments

Comments
 (0)