Skip to content

Commit

Permalink
Merge pull request #124 from OpenNTI/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-5da8da3d55

Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.12.2 in the github-actions group
  • Loading branch information
jamadden authored Dec 2, 2024
2 parents c200a6c + a95ae1b commit 5e25994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
path: wheelhouse/*whl
name: ${{ matrix.image }}_wheels.zip
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.10.1
uses: pypa/gh-action-pypi-publish@v1.12.2
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
user: __token__
Expand Down

0 comments on commit 5e25994

Please sign in to comment.