Skip to content

Commit 99115f7

Browse files
Bump pypa/gh-action-pypi-publish in the github-actions group (#64)
Bumps the github-actions 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.10.3 to 1.11.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.3...v1.11.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00d5923 commit 99115f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
pip install build
106106
python -m build
107107
- name: Publish
108-
uses: pypa/gh-action-pypi-publish@v1.10.3
108+
uses: pypa/gh-action-pypi-publish@v1.11.0
109109
with:
110110
user: __token__
111111
password: ${{ secrets.PYPI_KEY }}

.github/workflows/pypi-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pip install build
2727
python -m build
2828
- name: Publish package distributions to TestPyPI
29-
uses: pypa/gh-action-pypi-publish@v1.10.3
29+
uses: pypa/gh-action-pypi-publish@v1.11.0
3030
with:
3131
repository-url: https://test.pypi.org/legacy/
3232
user: __token__

0 commit comments

Comments
 (0)