Skip to content

Commit

Permalink
Change how package is build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoSagadin committed Oct 3, 2022
1 parent 5f8e4eb commit 3329b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
git fetch --tags
git checkout ${{ steps.tag_version.outputs.new_tag }}
pip install --upgrade build
python -m build
make build
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@v1.5.1
Expand Down

0 comments on commit 3329b99

Please sign in to comment.