Skip to content

Commit

Permalink
CI fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
RuABraun committed Feb 27, 2025
1 parent 27d2666 commit 7173898
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
name: artifact-cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

build_sdist:
Expand All @@ -40,6 +40,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: artifact-sdist
path: dist/*.tar.gz

upload_pypi:
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 @@
import setuptools
import sys

__version__ = "1.0.5"
__version__ = "1.0.6"


class get_pybind_include(object):
Expand Down

0 comments on commit 7173898

Please sign in to comment.