Skip to content

Commit

Permalink
Fix release on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Sep 27, 2024
1 parent 81870c0 commit c61800a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
with:
python-version: '3.10'

- name: Check tag
run: tests/check_tag.sh ${{ env.CI_COMMIT_TAG }}
# - name: Check tag
# run: tests/check_tag.sh ${{ env.CI_COMMIT_TAG }}

- name: Setup
run: |
Expand All @@ -44,7 +44,7 @@ jobs:

- name: Build package
run: |
python setup.py sdist
make dist
- name: Create release on GitHub
uses: ncipollo/[email protected]
Expand Down

0 comments on commit c61800a

Please sign in to comment.