Skip to content

Commit

Permalink
Merge pull request #1058 from CoffeaTeam/dependabot/github_actions/py…
Browse files Browse the repository at this point in the history
…pa/gh-action-pypi-publish-1.8.14

ci: bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14
  • Loading branch information
lgray committed Mar 8, 2024
2 parents 0e43daf + 4966bc1 commit ab27195
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.12
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit ab27195

Please sign in to comment.