Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Remove python setup from pypi release
  • Loading branch information
ezbz authored Jun 30, 2024
1 parent 973d8af commit d6f2924
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d6f2924

Please sign in to comment.