Skip to content

Commit 7aa0b3c

Browse files
committed
fix CI
1 parent fdcf7f3 commit 7aa0b3c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
url: https://pypi.org/p/crowdsec-service-api-sdk
1616
permissions:
1717
id-token: write
18+
contents: read
1819

1920
steps:
2021
- name: Checkout
@@ -29,7 +30,7 @@ jobs:
2930
pip install build
3031
- name: Build package
3132
run: python -m build
32-
#- name: Publish package to PyPI
33-
# uses: pypa/gh-action-pypi-publish@release/v1
34-
# with:
35-
# package-dir: ./dist
33+
- name: Publish package to PyPI
34+
uses: pypa/gh-action-pypi-publish@release/v1
35+
with:
36+
package-dir: ./dist

0 commit comments

Comments
 (0)