Skip to content

Commit

Permalink
add diagnostic steps
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Nov 29, 2024
1 parent 9d52760 commit 83bb142
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true

- name: See versioning
run: git describe

- name: Build wheels
uses: pypa/[email protected]
Expand All @@ -63,6 +60,10 @@ jobs:
CIBW_ARCHS: ${{ matrix.buildplat[2] }}
CIBW_BUILD_VERBOSITY: 1

- name: git status
run: |
git status
- name: upload artifacts
if: |
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')) ||
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ wheels/
*.cpp
*.xtc_offsets.npz
wheelhouse/
*.whl

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down

0 comments on commit 83bb142

Please sign in to comment.