Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raddessi committed Jan 28, 2024
1 parent 8ed1c56 commit 29c7221
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
pip3 install poetry
- name: Python Semantic Release
uses: relekang/python-semantic-release@master
uses: python-semantic-release/python-semantic-release@v8.7.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -53,8 +52,7 @@ jobs:

- name: Install build dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
pip3 install poetry
- name: Build
run: poetry build
Expand Down Expand Up @@ -91,8 +89,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry nox nox-poetry
pip3 install poetry nox nox-poetry
- name: Build the standalone documentation
run: |
Expand Down

0 comments on commit 29c7221

Please sign in to comment.