Skip to content

Commit

Permalink
Merge pull request #97 from dhellmann/fix-publish-action
Browse files Browse the repository at this point in the history
fix build step of package publishing
  • Loading branch information
mergify[bot] committed Nov 24, 2023
2 parents 8b4da68 + 9efad68 commit 595ead8
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 595ead8

Please sign in to comment.