Skip to content

Commit

Permalink
Merge 9f29643 into cd201e1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 1, 2023
2 parents cd201e1 + 9f29643 commit d2331ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_package.yml
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: "Publish package"
if: "${{ startsWith(github.ref, 'refs/tags/') }}"
uses: "pypa/gh-action-pypi-publish@v1.8.6"
uses: "pypa/gh-action-pypi-publish@v1.8.10"
with:
user: "${{ secrets.pypi-user }}"
password: "${{ secrets.pypi-password }}"

0 comments on commit d2331ec

Please sign in to comment.