We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe0be4 commit c5b4f0eCopy full SHA for c5b4f0e
.github/workflows/CI.yml
@@ -37,6 +37,8 @@ jobs:
37
python-version: 3.x
38
- name: Setting correct version
39
run: |
40
+ ls
41
+ pwd
42
python scripts/version_bumper.py "${{ github.ref_name }}"
43
- name: Build wheels
44
uses: PyO3/maturin-action@v1
0 commit comments