Skip to content

Commit

Permalink
Merge pull request #62 from nialov/dependabot/github_actions/pypa/gh-…
Browse files Browse the repository at this point in the history
…action-pypi-publish-1.8.11

build(deps): bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.11
  • Loading branch information
nialov authored Jan 15, 2024
2 parents b575e37 + b30ae3d commit 078dbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: >
github.event_name == 'push'
&& startsWith(github.ref, 'refs/tags')
uses: pypa/[email protected].7
uses: pypa/[email protected].11
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
Expand Down

0 comments on commit 078dbab

Please sign in to comment.