Skip to content

Commit

Permalink
Merge pull request spacetelescope#3213 from spacetelescope/dependabot…
Browse files Browse the repository at this point in the history
…/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.10.3

Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 in /.github/workflows
  • Loading branch information
pllim authored Oct 7, 2024
2 parents a63667a + 312629c commit d6ae098
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: ".github/workflows" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
groups:
actions:
patterns:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# NOTE: Do not run this part for PR testing.
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
if: github.event_name != 'pull_request'
with:
user: __token__
Expand Down

0 comments on commit d6ae098

Please sign in to comment.