Not ready for Numpy 2.0.0 (#11) #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Version | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
release: | |
name: Testing | |
runs-on: "ubuntu-latest" | |
defaults: | |
run: | |
shell: bash -l {0} | |
steps: | |
- name: Bump version | |
run: make something | |
- name: Commit version | |
run: make something | |
- name: Push to main | |
run: git push origin --tags | |
- name: Create release | |
run: no idea |