Skip to content

Commit

Permalink
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent 9bee33c commit b7e78b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip install build
python -m build
- name: Publish release to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.14
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit b7e78b5

Please sign in to comment.