Skip to content

Commit

Permalink
Removed name
Browse files Browse the repository at this point in the history
  • Loading branch information
AstralScribe committed Oct 10, 2024
1 parent ecb2a6f commit 2f2f78a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ jobs:
CIBW_BEFORE_BUILD: "python3 -m pip install pybind11[global]"
CIBW_SKIP: "*musllinux*"

- name: Store the distribution packages
uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4
with:
name: python-package-distributions-wheel
path: dist/

publish-to-pypi:
Expand Down

0 comments on commit 2f2f78a

Please sign in to comment.