Skip to content

Commit

Permalink
Merge pull request #138 from data-engineering-collective/dependabot/g…
Browse files Browse the repository at this point in the history
…ithub_actions/dependencies-40385af1b3

Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the dependencies group
  • Loading branch information
xhochy authored Sep 3, 2024
2 parents 93214a8 + 15c3ca9 commit cff6c49
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 @@ -90,7 +90,7 @@ jobs:
run: mypy minimalkv
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.PYTHON_VERSION == '3.10'
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.10.0
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit cff6c49

Please sign in to comment.