Skip to content

Commit

Permalink
Merge pull request #266 from manimino/dependabot/github_actions/pypa/…
Browse files Browse the repository at this point in the history
…gh-action-pypi-publish-1.8.8
  • Loading branch information
dependabot[bot] authored Jul 12, 2023
2 parents a6c74bf + 681dc4a commit fccefc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
poetry build --ansi
- name: Publish package on PyPI
uses: pypa/gh-action-pypi-publish@v1.8.7
uses: pypa/gh-action-pypi-publish@v1.8.8
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit fccefc3

Please sign in to comment.