Skip to content

Commit a89f57c

Browse files
authored
Merge pull request #79 from siboehm/dependabot/github_actions/pypa/gh-action-pypi-publish-1.9.0
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0
2 parents 7b38bac + b55181c commit a89f57c

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.8.14
46+
uses: pypa/gh-action-pypi-publish@v1.9.0
4747
with:
4848
user: __token__
4949
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)