Skip to content

Commit

Permalink
fix: build sdist too
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-r-santos committed Apr 5, 2024
1 parent 09a7601 commit 80ba61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install environment
run: poetry install
- name: Build release
run: poetry run python -m build --wheel --outdir dist
run: poetry run python -m build --wheel --sdist --outdir dist
- name: Check that tag version and Poetry version match
run: '[[ "v$(poetry version --short)" == "${{ github.ref_name }}" ]]'
- name: Upload distribution to PyPI
Expand Down

0 comments on commit 80ba61f

Please sign in to comment.