Skip to content

Commit

Permalink
Merge pull request #408 from blue-yonder/dependabot/github_actions/py…
Browse files Browse the repository at this point in the history
…pa/gh-action-pypi-publish-1.8.11

Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.8.11
  • Loading branch information
xhochy authored Jan 11, 2024
2 parents 3ed70bc + c869a01 commit 6cb697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Publish package
if: matrix.upload && github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'blue-yonder/turbodbc'

uses: pypa/gh-action-pypi-publish@v1.5.1
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
user: __token__
password: ${{ secrets.PYPI_UPLOAD }}
Expand Down

0 comments on commit 6cb697b

Please sign in to comment.