Skip to content

Commit

Permalink
Merge pull request #107 from data-apis/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons-088cad1836

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the actions group
  • Loading branch information
github-actions[bot] authored Dec 9, 2024
2 parents 444830f + e68ea3c commit 74d3f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ jobs:
# if: >-
# (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
# || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
# uses: pypa/[email protected].2
# uses: pypa/[email protected].3
# with:
# repository-url: https://test.pypi.org/legacy/
# print-hash: true

- name: Publish distribution 📦 to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/[email protected].2
uses: pypa/[email protected].3
with:
print-hash: true

Expand Down

0 comments on commit 74d3f7d

Please sign in to comment.