Skip to content

Commit

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

ci: bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12
  • Loading branch information
lgray committed Feb 27, 2024
2 parents de8f220 + 2d45df9 commit 6d65fb4
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.11
uses: pypa/gh-action-pypi-publish@v1.8.12
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 6d65fb4

Please sign in to comment.