We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d42c375 + ca887cf commit e0c3f5bCopy full SHA for e0c3f5b
.github/workflows/deploy-docs.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Create PR
54
if: ${{ github.event_name == 'release' }}
55
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
56
with:
57
commit-message: "docs: Update switcher.json for ${{ github.ref_name }}"
58
title: "docs: Update switcher.json for ${{ github.ref_name }}"
.github/workflows/pypi.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Publish a Python distribution to PyPI
48
if: success() && github.event_name == 'release'
49
- uses: pypa/[email protected].0
+ uses: pypa/[email protected].1
50
51
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments