Skip to content

Commit 8fc3f49

Browse files
authored
Merge pull request #62 from siboehm/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.11
Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11
2 parents c82924b + 4f97ab3 commit 8fc3f49

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

0 commit comments

Comments
 (0)