Skip to content

Commit

Permalink
Merge pull request #23 from astropy/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/actions-5da8da3d55

Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in /.github/workflows in the actions group
  • Loading branch information
bsipocz authored Dec 1, 2024
2 parents fb1e8d7 + c676630 commit 98b5b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
testenv/bin/pytest pytest-filter-subpackage
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit 98b5b35

Please sign in to comment.