Skip to content

Commit 005bb43

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0
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] <support@github.com>
1 parent 498ef44 commit 005bb43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: python -m build
109109

110110
- name: Publish to TestPyPI
111-
uses: pypa/gh-action-pypi-publish@v1.8.14
111+
uses: pypa/gh-action-pypi-publish@v1.9.0
112112
with:
113113
repository-url: https://test.pypi.org/legacy/
114114
print-hash: true
@@ -146,6 +146,6 @@ jobs:
146146
run: python -m build
147147

148148
- name: Publish to PyPI
149-
uses: pypa/gh-action-pypi-publish@v1.8.14
149+
uses: pypa/gh-action-pypi-publish@v1.9.0
150150
with:
151151
print-hash: true

0 commit comments

Comments
 (0)