Skip to content

Commit

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

ci: Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10
  • Loading branch information
lgray committed Aug 11, 2023
2 parents a33fc17 + c9069ac commit 558f853
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 @@ -195,7 +195,7 @@ jobs:
python -m pip install pip hatch --upgrade
python -m hatch build -t sdist -t wheel
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.8
uses: pypa/gh-action-pypi-publish@v1.8.10
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 558f853

Please sign in to comment.