Browse Source

refac: pypi

Timothy Jaeryang Baek 3 days ago
parent
commit
d2758c7fa2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/release-pypi.yml

+ 2 - 0
.github/workflows/release-pypi.yml

@@ -17,6 +17,8 @@ jobs:
     steps:
       - name: Checkout repository
         uses: actions/checkout@v4
+      - name: Install Git
+        run: sudo apt-get update && sudo apt-get install -y git
       - uses: actions/setup-node@v4
         with:
           node-version: 22