Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clemense authored Jan 20, 2024
1 parent 3f35cac commit 02978bc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools_scm
pip install pytest pytest-cov # coveralls
pip install build
- name: Build package
run: python -m build
# pip install build
# - name: Build package
# run: python -m build
- name: Build a binary wheel and a source tarball
run: python3 setup.py sdist bdist_wheel
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
Expand Down

0 comments on commit 02978bc

Please sign in to comment.