Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
- Use bumpversion action in build job.
  • Loading branch information
Carsten Fortmann-Grote committed Mar 21, 2024
1 parent 290ea68 commit a83a0b4
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,16 @@ jobs:
needs: test
if: github.ref == 'refs/heads/CICD'
steps:
- name: Install development dependencies
run: |
pip install -r requirements/dev.txt
- name: bumpversion
run: |
bumpversion build
- uses: actions/checkout@v2
- id: checkout
uses: actions/checkout@v3
- id: bumpversion
uses: asonamyers/github-bumpversion-action@v1.0.5
env:
GITHUB_TOKEN: ${{ github.token }}
- id: build
uses: OpenAstronomy/build-python-dist@v1
with:
pure_python_wheel: true

- name: upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a83a0b4

Please sign in to comment.