We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcf7f3 commit 7aa0b3cCopy full SHA for 7aa0b3c
1 file changed
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
15
url: https://pypi.org/p/crowdsec-service-api-sdk
16
permissions:
17
id-token: write
18
+ contents: read
19
20
steps:
21
- name: Checkout
@@ -29,7 +30,7 @@ jobs:
29
30
pip install build
31
- name: Build package
32
run: python -m build
- #- name: Publish package to PyPI
33
- # uses: pypa/gh-action-pypi-publish@release/v1
34
- # with:
35
- # package-dir: ./dist
+ - name: Publish package to PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
36
+ package-dir: ./dist
0 commit comments