Skip to content

Commit

Permalink
Merge pull request #123 from abap34/bug/#116
Browse files Browse the repository at this point in the history
wheel の配布をやめた
  • Loading branch information
abap34 authored May 18, 2024
2 parents 6abb6a8 + 771dc19 commit 5fe7c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pip install setuptools wheel twine pybind11
- name: Build package
run: env VERSION=$(git describe --tags --abbrev=0) python setup.py sdist bdist_wheel
run: env VERSION=$(git describe --tags --abbrev=0) python setup.py sdist

- name: Upload package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 5fe7c8b

Please sign in to comment.