Skip to content

Commit 7a677e9

Browse files
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.11.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.11.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.9.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] <support@github.com>
1 parent a89f57c commit 7a677e9

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
@@ -43,7 +43,7 @@ jobs:
4343
run: ./.github/ci.sh ${{ matrix.PYTHON_VERSION }}
4444
- name: Publish a Python distribution to PyPI
4545
if: startsWith(github.ref, 'refs/tags') && matrix.PYTHON_VERSION == '3.7'
46-
uses: pypa/gh-action-pypi-publish@v1.9.0
46+
uses: pypa/gh-action-pypi-publish@v1.11.0
4747
with:
4848
user: __token__
4949
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)