Skip to content

Commit 015ab17

Browse files
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f945b78 commit 015ab17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: ./.github/ci.sh ${{ matrix.PYTHON_VERSION }}
4040
- name: Publish a Python distribution to PyPI
4141
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.PYTHON_VERSION == '3.7'
42-
uses: pypa/gh-action-pypi-publish@v1.5.0
42+
uses: pypa/gh-action-pypi-publish@v1.5.1
4343
with:
4444
user: __token__
4545
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)