Skip to content

Commit

Permalink
not use make
Browse files Browse the repository at this point in the history
  • Loading branch information
matsui528 committed Oct 26, 2023
1 parent c1e9b96 commit 1a4d757
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ jobs:
# - name: Publish package distributions to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1

- name: Checkout
uses: actions/checkout@v4

- name: Build package
run: |
make build
python setup.py sdist bdist_wheel
ls
- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 1a4d757

Please sign in to comment.