Skip to content

Commit

Permalink
Use GitHub workflows to package to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
DillonZChen committed May 28, 2024
1 parent 6c90780 commit 73e9874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
name: pypi
url: https://pypi.org/p/wlplan

if: ${{ github.repository_owner == 'DillonZChen/wlplan' }}

steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pybind11.setup_helpers import Pybind11Extension, build_ext
from setuptools import find_packages, setup

__version__ = "0.2.0"
__version__ = "0.2.1"

# The main interface is through Pybind11Extension.
# * You can add cxx_std=11/14/17, and then build_ext can be removed.
Expand Down

0 comments on commit 73e9874

Please sign in to comment.