Skip to content

Commit b228ea5

Browse files
authored
Merge pull request #24 from siboehm/dependabot/github_actions/pypa/gh-action-pypi-publish-1.5.1
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1
2 parents f945b78 + 015ab17 commit b228ea5

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)