Skip to content

Commit

Permalink
fix: hehehe
Browse files Browse the repository at this point in the history
  • Loading branch information
NTGNguyen authored Jan 18, 2025
1 parent 8b8e34a commit c1ae8a3
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/sematic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,25 @@ jobs:
contents: write

steps:
- name: Cache Python Dependencies
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.9'

# Install Dependencies
- name: Install Dependencies
run: |
pip install -r requirements.txt


# Build Package
- name: Build Package
run: |
python -m pip install --upgrade build
python -m build

- name: Setup | Checkout Repository at workflow sha
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.sha }}

- name: Build Package
run: |
python -m pip install --upgrade build
python -m build
- name: Setup | Force correct release branch on workflow sha
run: |
Expand Down

0 comments on commit c1ae8a3

Please sign in to comment.