Skip to content

Commit

Permalink
fix build step of package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dhellmann committed Nov 24, 2023
1 parent 8b4da68 commit 9efad68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install setuptools wheel twine pbr
- name: Build sdist and wheel
run: |
python setup.py sdist bdist_wheel
python -m build
# - name: Publish distribution to Test PyPI
# uses: pypa/gh-action-pypi-publish@master
# with:
Expand Down

0 comments on commit 9efad68

Please sign in to comment.