Skip to content

Commit c7bf529

Browse files
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.11.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.0 to 1.11.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.0...v1.11.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]>
1 parent 66ba04c commit c7bf529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ch07-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
name: artifact
144144
path: ./ch07/first-python-package/dist # Update to match root of package
145145

146-
- uses: pypa/gh-action-pypi-publish@v1.5.0
146+
- uses: pypa/gh-action-pypi-publish@v1.11.0
147147
with:
148148
user: __token__
149149
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)