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 0ac84c6 commit 48e1b77Copy full SHA for 48e1b77
.github/workflows/deploy.yml
@@ -16,7 +16,6 @@ jobs:
16
build:
17
runs-on: ubuntu-latest
18
timeout-minutes: 10
19
- environment: deploy
20
steps:
21
- uses: actions/checkout@v3
22
with:
@@ -30,17 +29,16 @@ jobs:
30
29
needs: [build]
31
32
timeout-minutes: 30
33
34
permissions:
35
- id-token: write # for pypi oidc publish
+ id-token: write
36
37
- name: Download Package
38
uses: actions/download-artifact@v3
39
40
name: Packages
41
path: dist
42
- name: Publish package to PyPI
43
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@v1.8.5
44
45
release-notes:
46
@@ -50,7 +48,6 @@ jobs:
50
48
needs: [deploy]
51
49
52
53
54
55
contents: write
56
0 commit comments