From fb5f6cf644c19d51a9c90f1df54820ae7abc1c92 Mon Sep 17 00:00:00 2001 From: Essi Date: Tue, 10 Oct 2023 20:59:03 -0400 Subject: [PATCH 1/3] build(GitHub Actions): :building_construction: pinpoint semantic releaset GH Action --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2b3ebe..a0efcb4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,7 +73,7 @@ jobs: python-version: 3.8 - name: 📤 Publish Package (via Semantic Release) - uses: relekang/python-semantic-release@master + uses: relekang/python-semantic-release@v7.32.2 with: github_token: ${{ secrets.GH_TOKEN }} repository_username: __token__ From 9efe4f5375675f2be52bde3831e1c6f0b0be0d82 Mon Sep 17 00:00:00 2001 From: Essi Date: Tue, 10 Oct 2023 20:59:58 -0400 Subject: [PATCH 2/3] chore: :see_no_evil: update `.gitignore` --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a2cd568..9aa8ba6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,8 @@ __pycache__/ *.py[cod] *$py.class *.json - +*.env +*.DS_Store # C extensions *.so From 7c7577c0e16dbc86e47f8906d0b8ca80168b185f Mon Sep 17 00:00:00 2001 From: Essi Date: Tue, 10 Oct 2023 21:02:00 -0400 Subject: [PATCH 3/3] feat: empty commit to trigger release build