Skip to content

Commit

Permalink
Merge pull request #354 from benbariteau/fix_pypi_action_for_real_real
Browse files Browse the repository at this point in the history
add back sdist build to pypi action
  • Loading branch information
benbariteau authored Oct 3, 2023
2 parents 890cafa + 4a609bf commit 3ae7a1a
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/gh-action-pypi-publish@v1.8.10

0 comments on commit 3ae7a1a

Please sign in to comment.