Skip to content

Commit

Permalink
Merge pull request #297 from wilhelm-lab/dependabot/github_actions/de…
Browse files Browse the repository at this point in the history
…velopment/pypa/gh-action-pypi-publish-1.12.2

[DEPENDABOT]: Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.12.2
  • Loading branch information
picciama authored Nov 22, 2024
2 parents db043a2 + 56484a6 commit efc2d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
poetry build --ansi
- name: Publish package on PyPI
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit efc2d91

Please sign in to comment.