Skip to content

Commit

Permalink
gh-actions(deps): Bump the gh-actions-dependencies group with 1 update (
Browse files Browse the repository at this point in the history
#158)

Bumps the gh-actions-dependencies group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).


Updates `pypa/gh-action-pypi-publish` from 1.8.11 to 1.8.12
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.8.11...v1.8.12)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gh-actions-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent c3c1757 commit a8b72dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
name: Packages
path: dist
- name: Upload package to Test PyPI
uses: pypa/[email protected].11
uses: pypa/[email protected].12
with:
repository-url: https://test.pypi.org/legacy/
upload-pypi:
Expand All @@ -116,7 +116,7 @@ jobs:
name: Packages
path: dist
- name: Upload package to PyPI
uses: pypa/[email protected].11
uses: pypa/[email protected].12
upload-github:
name: Upload package to GitHub Release
needs: [upload-pypi]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Packages
path: dist
- name: Upload package to Test PyPI
uses: pypa/[email protected].11
uses: pypa/[email protected].12
with:
repository-url: https://test.pypi.org/legacy/
test-pypi-install:
Expand Down

0 comments on commit a8b72dc

Please sign in to comment.