Skip to content

Commit 63c3151

Browse files
committed
chore(deps):update
1 parent 834cbef commit 63c3151

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 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@v3.5.3
21+
- uses: actions/checkout@v4
2222
- name: Set up Python
23-
uses: actions/setup-python@v4.7.0
23+
uses: actions/setup-python@v5
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.8.8
34+
uses: pypa/gh-action-pypi-publish@v1.8.11
3535
with:
3636
user: __token__
37-
password: ${{ secrets.PYPI_API_TOKEN }}
37+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)