Skip to content

Commit

Permalink
chore(cibw): build out once again before moving out of Draft
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Aug 30, 2024
1 parent 9923e09 commit 14a4798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cibuildwheel.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build wheels using cibuildwheel (https://cibuildwheel.pypa.io/)
name: Build wheels
name: build-wheels

on:
# Run when a release has been created
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Check built artifacts
run: |
tools/check_dist.py ${{ github.event_name != 'release' && format('-r {0}', github.ref) || '' }}
tools/check_dist.py ${{ github.event_name == 'release' && format('-r {0}', github.ref) || '' }}
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ console_scripts =

[egg_info]
# TODO replace
tag_build = dev1
tag_build = dev2

[aliases]
test=pytest

0 comments on commit 14a4798

Please sign in to comment.