Skip to content

Commit 8a89851

Browse files
committed
Update workflow
1 parent 101d803 commit 8a89851

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@ on:
1212
release:
1313
types: [published]
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
deploy:
1720

1821
runs-on: ubuntu-latest
1922

2023
steps:
21-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2225
- name: Set up Python
23-
uses: actions/setup-python@v2
26+
uses: actions/setup-python@v3
2427
with:
2528
python-version: '3.x'
2629
- name: Install dependencies

0 commit comments

Comments
 (0)