Skip to content

Commit

Permalink
Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the ci-depe…
Browse files Browse the repository at this point in the history
…ndencies group (#935)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: José Morales <[email protected]>
  • Loading branch information
dependabot[bot] and jmoralez authored Nov 5, 2024
1 parent cf2754c commit 4261b6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [38, 39, 310, 311, 312]
python-version: [39, 310, 311, 312]
os-platform:
[
[ubuntu-latest, manylinux_x86_64],
[ubuntu-latest, manylinux_aarch64],
[windows-latest, win_amd64],
[macos-12, macosx_x86_64],
[macos-13, macosx_x86_64],
[macos-14, macosx_arm64],
]
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [38, 39, 310, 311, 312]
python-version: [39, 310, 311, 312]
os-platform:
[
[ubuntu-latest, manylinux_x86_64],
[ubuntu-latest, manylinux_aarch64],
[windows-latest, win_amd64],
[macos-12, macosx_x86_64],
[macos-13, macosx_x86_64],
[macos-14, macosx_arm64],
]
steps:
Expand Down Expand Up @@ -75,4 +75,4 @@ jobs:
path: dist
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
- uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
6 changes: 3 additions & 3 deletions .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [38, 39, 310, 311, 312]
python-version: [39, 310, 311, 312]
os-platform:
[
[ubuntu-latest, manylinux_x86_64],
[ubuntu-latest, manylinux_aarch64],
[windows-latest, win_amd64],
[macos-12, macosx_x86_64],
[macos-13, macosx_x86_64],
[macos-14, macosx_arm64],
]
steps:
Expand Down Expand Up @@ -74,6 +74,6 @@ jobs:
path: dist
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
- uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
with:
repository-url: https://test.pypi.org/legacy/

0 comments on commit 4261b6b

Please sign in to comment.