Skip to content

Commit

Permalink
Remove "build binary" comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davecwright3 committed Feb 19, 2024
1 parent 2fa5b18 commit f5af197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install pypa/build
run: python -m pip install build --user

- name: Build a binary wheel and a source tarball
- name: Build a source tarball
run: python -m build --sdist --outdir dist/ .

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f5af197

Please sign in to comment.