-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correctly incrementing version and removing some stale code
- Loading branch information
Showing
3 changed files
with
1 addition
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,6 @@ jobs: | |
source-build: | ||
needs: pip_build_test | ||
name: Build source distribution 📦 | ||
if: github.ref == 'refs/heads/main' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository and submodules | ||
|
@@ -79,42 +78,12 @@ jobs: | |
build: | ||
needs: pip_build_test | ||
name: Build binary distributions 📦 | ||
if: github.ref == 'refs/heads/main' | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
submodules: recursive | ||
# - name: Set up Python | ||
# uses: actions/setup-python@v5 | ||
# with: | ||
# python-version: 3.12 | ||
# - name: Install cibuildwheel | ||
# run: python -m pip install cibuildwheel==2.21.3 | ||
|
||
# - name: Build wheels | ||
# run: python -m cibuildwheel --output-dir wheelhouse | ||
# # to supply options, put them in 'env', like: | ||
# # env: | ||
# # CIBW_SOME_OPTION: value | ||
# - name: see whats in the wheelhouse | ||
# run: ls wheelhouse | ||
|
||
# - name: Install pypa/build | ||
# run: >- | ||
# python3 -m | ||
# pip install | ||
# build | ||
# --user | ||
# - name: Build a binary wheel and a source tarball | ||
# run: python3 -m build | ||
|
||
# - name: Store the distribution packages | ||
# uses: actions/upload-artifact@v4 | ||
# with: | ||
# name: python-package-distributions | ||
# path: dist/ | ||
|
||
- uses: pypa/[email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
the License. | ||
""" | ||
|
||
__version__ = "0.4.2" | ||
__version__ = "0.5.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters