Skip to content

Commit

Permalink
split release jobs into two
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 24, 2023
1 parent 46183db commit a776149
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ jobs:

# step used to set up python, install poetry and to create
# to virtual environment described in poetry.lock
- uses: cvxgrp/.github/actions/setup-environment@main
- uses: cvxgrp/.github/actions/build@main

# change the version in pyproject.toml and build the package
- name: Change version in pyproject.toml
shell: bash
run: |
poetry version ${{ github.ref_name }}
poetry build
#- name: Change version in pyproject.toml
# shell: bash
# run: |
# poetry version ${{ github.ref_name }}
# poetry build

# Archive the dist folder
- name: Archive sphinx documentation
uses: actions/upload-artifact@v3
with:
name: dist
path: dist
retention-days: 1
#- name: Archive sphinx documentation
# uses: actions/upload-artifact@v3
# with:
# name: dist
# path: dist
# retention-days: 1

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a776149

Please sign in to comment.