Skip to content

Commit

Permalink
Merge pull request #112 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.8.10

[DEPENDABOT]: Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.8.10
  • Loading branch information
picciama authored Oct 6, 2023
2 parents 53da87e + 58750e6 commit e4b5f43
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.4.2
uses: pypa/gh-action-pypi-publish@v1.8.10
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit e4b5f43

Please sign in to comment.