Skip to content

Commit

Permalink
Enforce upload on Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuntz committed Jan 25, 2024
1 parent 8c36e82 commit 5cdeb82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,15 @@ jobs:
python -m build
- uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
with:
path: dist

upload_to_pypi:
needs: [build_sdist]
runs-on: ubuntu-latest
with:
python-version: '3.10'

steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 5cdeb82

Please sign in to comment.