We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70c2c4b + 6c7fe8b commit 11a39ecCopy full SHA for 11a39ec
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
17
steps:
18
- name: checkout
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
- name: Update setup.py if manual release
21
if: github.event_name == 'workflow_dispatch'
22
run: |
@@ -26,7 +26,7 @@ jobs:
26
python setup.py sdist
27
python setup.py bdist_wheel
28
- name: pypi-publish
29
- uses: pypa/gh-action-pypi-publish@v1.4.2
+ uses: pypa/gh-action-pypi-publish@release/v1
30
with:
31
user: __token__
32
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments