Skip to content

Commit

Permalink
build: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Teagum committed Oct 17, 2024
1 parent f1137a2 commit e58634f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

jobs:
build-linux:
build-source-dist:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
Expand All @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.13"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

pypi-publish:
name: Upload releases to PyPI
needs: [build-windows, build-macos, build-linux]
needs: [build-windows, build-macos, build-source-dist]
runs-on: ubuntu-latest
environment:
name: pypi
Expand Down

0 comments on commit e58634f

Please sign in to comment.