Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the dependencies group
  • Loading branch information
xhochy authored Nov 4, 2024
2 parents 7306f94 + 0ce6054 commit f37b095
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.10.3
uses: pypa/gh-action-pypi-publish@v1.11.0
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit f37b095

Please sign in to comment.