Skip to content

Commit

Permalink
Merge pull request #3238 from obspy/dependabot/github_actions/mainten…
Browse files Browse the repository at this point in the history
…ance_1.4.x/pypa/gh-action-pypi-publish-1.6.4

Bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4
  • Loading branch information
megies committed Dec 13, 2022
2 parents 45490bc + 47bbff2 commit 862104e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1.6.1
- uses: pypa/gh-action-pypi-publish@v1.6.4
with:
user: __token__
password: ${{ secrets.TESTPYPI }}
Expand All @@ -109,7 +109,7 @@ jobs:
with:
name: artifact
path: dist
- uses: pypa/gh-action-pypi-publish@v1.6.1
- uses: pypa/gh-action-pypi-publish@v1.6.4
with:
user: __token__
password: ${{ secrets.PYPI }}

0 comments on commit 862104e

Please sign in to comment.