Skip to content

Commit

Permalink
only build source distribution for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vagelim committed Mar 15, 2023
1 parent b966ef7 commit b917273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
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 --wheel --outdir dist/
python -m build --sdist --outdir dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit b917273

Please sign in to comment.