Skip to content

Commit

Permalink
CI/CD: Use latest GitHub action versions for cibuildwheel and gh-acti…
Browse files Browse the repository at this point in the history
…on-pypi-publish
  • Loading branch information
bnjmnp committed Nov 11, 2023
1 parent 79226ae commit 2a0084c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
submodules: recursive

- name: Build wheels
uses: pypa/cibuildwheel@v2.12.1
uses: pypa/cibuildwheel@v2.16.2

- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1.5.0
- uses: pypa/gh-action-pypi-publish@v1.8.10
with:
user: __token__
password: ${{ secrets.TEST_PYPI_PYSOEM_ACCESS_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
os: [ubuntu-20.04, windows-2019, macos-12]

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Build wheels
uses: pypa/cibuildwheel@v2.12.1
uses: pypa/cibuildwheel@v2.16.2

- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1.5.0
- uses: pypa/gh-action-pypi-publish@v1.8.10
with:
user: __token__
password: ${{ secrets.PYPI_PYSOEM_ACCESS_TOKEN }}

0 comments on commit 2a0084c

Please sign in to comment.