Skip to content

Commit

Permalink
fix: cleaning up ci for final test of semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Jan 3, 2023
1 parent 805718b commit 9ac1320
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ jobs:
fetch-depth: 0
token: ${{ secrets.RELEASE }}

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.32.0
with:
Expand Down

0 comments on commit 9ac1320

Please sign in to comment.