Skip to content

Commit 6cb697b

Browse files
authored
Merge pull request #408 from blue-yonder/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.11
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.8.11
2 parents 3ed70bc + c869a01 commit 6cb697b

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
@@ -102,7 +102,7 @@ jobs:
102102
- name: Publish package
103103
if: matrix.upload && github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'blue-yonder/turbodbc'
104104

105-
uses: pypa/gh-action-pypi-publish@v1.5.1
105+
uses: pypa/gh-action-pypi-publish@v1.8.11
106106
with:
107107
user: __token__
108108
password: ${{ secrets.PYPI_UPLOAD }}

0 commit comments

Comments
 (0)