Skip to content

Commit ab27195

Browse files
authored
Merge pull request #1058 from CoffeaTeam/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.14
ci: bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14
2 parents 0e43daf + 4966bc1 commit ab27195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
python -m pip install pip hatch --upgrade
196196
python -m hatch build -t sdist -t wheel
197197
- name: Publish package to PyPI
198-
uses: pypa/[email protected].12
198+
uses: pypa/[email protected].14
199199
with:
200200
user: __token__
201201
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)