Skip to content

Commit

Permalink
Merge pull request #603 from pytroll/dependabot/github_actions/pypa/g…
Browse files Browse the repository at this point in the history
…h-action-pypi-publish-1.9.0

Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0
  • Loading branch information
djhoese authored Jul 1, 2024
2 parents 1aa9040 + 324328a commit 4309a59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_SKIP: "cp36-* cp37-* cp38-* pp* *i686 *-musllinux* cp312-*"
CIBW_SKIP: "cp36-* cp37-* cp38-* pp* *i686 *-musllinux*"
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
CIBW_TEST_COMMAND: "python -c \"import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'\""
CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64"
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
path: dist
- name: Publish package to PyPI
if: github.event.action != 'published'
uses: pypa/gh-action-pypi-publish@v1.8.14
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.test_pypi_password }}
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
path: dist
- name: Publish package to PyPI
if: github.event.action == 'published'
uses: pypa/gh-action-pypi-publish@v1.8.14
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit 4309a59

Please sign in to comment.