Skip to content

Commit

Permalink
Merge pull request #804 from CoffeaTeam/dependabot/github_actions/pyp…
Browse files Browse the repository at this point in the history
…a/gh-action-pypi-publish-1.8.6

build(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6
  • Loading branch information
lgray committed May 5, 2023
2 parents ddd5a80 + 4316b82 commit 3bb22d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.5
uses: pypa/gh-action-pypi-publish@v1.8.6
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 3bb22d6

Please sign in to comment.