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.
1 parent 834cbef commit 63c3151Copy full SHA for 63c3151
1 file changed
.github/workflows/publish.yml
@@ -18,9 +18,9 @@ jobs:
18
deploy:
19
runs-on: ubuntu-latest
20
steps:
21
- - uses: actions/checkout@v3.5.3
+ - uses: actions/checkout@v4
22
- name: Set up Python
23
- uses: actions/setup-python@v4.7.0
+ uses: actions/setup-python@v5
24
with:
25
python-version: '3.11'
26
cache-dependency-path: requirements.txt
@@ -31,7 +31,7 @@ jobs:
31
- name: Build package
32
run: python -m build
33
- name: Publish package
34
- uses: pypa/gh-action-pypi-publish@v1.8.8
+ uses: pypa/gh-action-pypi-publish@v1.8.11
35
36
user: __token__
37
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments