Skip to content

Commit 11a39ec

Browse files
Merge branch 'main' into dependabot/pip/cryptography-41.0.6
2 parents 70c2c4b + 6c7fe8b commit 11a39ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
1717
steps:
1818
- name: checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Update setup.py if manual release
2121
if: github.event_name == 'workflow_dispatch'
2222
run: |
@@ -26,7 +26,7 @@ jobs:
2626
python setup.py sdist
2727
python setup.py bdist_wheel
2828
- name: pypi-publish
29-
uses: pypa/gh-action-pypi-publish@v1.4.2
29+
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:
3131
user: __token__
3232
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)