Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0
  • Loading branch information
naorlivne authored Nov 5, 2024
2 parents 7f8080e + 5ec92d0 commit 6c6fde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full_ci_cd_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 6c6fde9

Please sign in to comment.