Skip to content

Commit

Permalink
use source distro only
Browse files Browse the repository at this point in the history
  • Loading branch information
strawpants committed Jan 30, 2024
1 parent e6693dd commit ec0823e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
build
--user
- name: Build a binary wheel and a source tarball
run: python3 -m build
run: python3 -m build -s
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ec0823e

Please sign in to comment.