Skip to content

Commit

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

build(deps): bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.4
  • Loading branch information
lgray committed Apr 5, 2023
2 parents 6c9e5df + 8511c80 commit 0633ad4
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 @@ -186,7 +186,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.1
uses: pypa/gh-action-pypi-publish@v1.8.4
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 0633ad4

Please sign in to comment.