Skip to content

Commit

Permalink
1.0.2a
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Oct 4, 2023
1 parent 0fa195e commit b6410cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- published

jobs:

build_sdist:
name: Build source distribution
runs-on: ubuntu-latest
Expand All @@ -20,7 +19,7 @@ jobs:
path: dist/*.tar.gz

upload_pypi:
needs: [build_wheels, build_sdist]
needs: [build_sdist]
runs-on: ubuntu-latest
environment: pypi
permissions:
Expand Down

0 comments on commit b6410cf

Please sign in to comment.