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 19d58f6 commit a1daf21Copy full SHA for a1daf21
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@v2
+ - uses: actions/checkout@v3.5.3
22
- name: Set up Python
23
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v4.7.0
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
+ uses: pypa/gh-action-pypi-publish@v1.8.8
35
36
user: __token__
37
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments