Skip to content

Commit

Permalink
Debug for pypi build (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Sep 3, 2024
1 parent 8f99bb8 commit f5de15a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[bumpversion]
current_version = 0.2.8
files = setup.py alea/__init__.py
files = alea/__init__.py
commit = True
tag = True

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"
4 changes: 2 additions & 2 deletions .github/workflows/pypi_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
uses: actions/checkout@v3

- name: Install dependencies
run: pip install wheel
run: pip install build

- name: Build package
run: python setup.py sdist bdist_wheel
run: python -m build

- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit f5de15a

Please sign in to comment.