Skip to content

Commit

Permalink
chore:Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AtticusZeller authored Jan 15, 2024
1 parent fa73822 commit 1dfec09
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.ATTICUS_PAT }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Pull latest changes
run: git pull origin main
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
Expand Down

0 comments on commit 1dfec09

Please sign in to comment.