Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
matsui528 committed Oct 26, 2023
1 parent 731379a commit 12e0c0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
# - name: Publish package distributions to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1

- name: Build package
runs: |
make build
- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 12e0c0e

Please sign in to comment.