Revert update to publish test pypi

This commit is contained in:
Andrei Betlen 2023-09-29 22:48:17 -04:00
parent 85e4d08a2e
commit 1cca20304b

View file

@ -17,8 +17,6 @@ jobs:
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.8" python-version: "3.8"
- name: Update __version__ with Git Short Hash
run: sed -i "s/__version__ = .*/__version__ = '$(git rev-parse --short HEAD)'/" llama_cpp/__init__.py
- name: Install dependencies - name: Install dependencies
run: | run: |
python3 -m pip install --upgrade pip build python3 -m pip install --upgrade pip build