Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
he2ss committed Jun 13, 2024
1 parent fdcf7f3 commit 7aa0b3c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
url: https://pypi.org/p/crowdsec-service-api-sdk
permissions:
id-token: write
contents: read

steps:
- name: Checkout
Expand All @@ -29,7 +30,7 @@ jobs:
pip install build
- name: Build package
run: python -m build
#- name: Publish package to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# package-dir: ./dist
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
package-dir: ./dist

0 comments on commit 7aa0b3c

Please sign in to comment.