Skip to content

Commit

Permalink
add back sdist build to pypi action
Browse files Browse the repository at this point in the history
  • Loading branch information
benbariteau committed Oct 3, 2023
1 parent 890cafa commit 4a609bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,9 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: python setup.py sdist
- uses: pypa/[email protected]

0 comments on commit 4a609bf

Please sign in to comment.