Skip to content

Commit

Permalink
Merge branch 'main' into dev/build-py313
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Oct 12, 2024
2 parents 099edce + caa9faa commit 5677941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/[email protected].1
uses: pypa/[email protected].2
env:
CIBW_BUILD: cp3*-*
CIBW_SKIP: pp* *i686* *win32 *musllinux*
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
# pattern: artifact-*
# merge-multiple: true

# - uses: pypa/[email protected].1
# - uses: pypa/[email protected].3
# with:
# user: __token__
# password: ${{ secrets.PYPI_PASSWORD }}
Expand Down

0 comments on commit 5677941

Please sign in to comment.