Skip to content

Commit 1e05362

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#224)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.14...v1.9.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Jones <[email protected]>
1 parent 042dcbb commit 1e05362

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
python -m pip install dist/xbatcher*.whl
8181
python -m xbatcher.util.print_versions
8282
- name: Publish package to TestPyPI
83-
uses: pypa/gh-action-pypi-publish@v1.8.14
83+
uses: pypa/gh-action-pypi-publish@v1.9.0
8484
with:
8585
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
8686
repository-url: https://test.pypi.org/legacy/
@@ -96,7 +96,7 @@ jobs:
9696
name: releases
9797
path: dist
9898
- name: Publish package to PyPI
99-
uses: pypa/gh-action-pypi-publish@v1.8.14
99+
uses: pypa/gh-action-pypi-publish@v1.9.0
100100
with:
101101
password: ${{ secrets.PYPI_API_TOKEN }}
102102
# verbose: true

.github/workflows/testpypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
python -m xbatcher.util.print_versions
5050
5151
- name: Publish package to TestPyPI
52-
uses: pypa/gh-action-pypi-publish@v1.8.14
52+
uses: pypa/gh-action-pypi-publish@v1.9.0
5353
with:
5454
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
5555
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)