Skip to content

Commit a1daf21

Browse files
committed
update workflow
1 parent 19d58f6 commit a1daf21

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
deploy:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3.5.3
2222
- name: Set up Python
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v4.7.0
2424
with:
2525
python-version: '3.11'
2626
cache-dependency-path: requirements.txt
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build package
3232
run: python -m build
3333
- name: Publish package
34-
uses: pypa/gh-action-pypi-publish@v1
34+
uses: pypa/gh-action-pypi-publish@v1.8.8
3535
with:
3636
user: __token__
3737
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)