Skip to content

Commit

Permalink
fix(ci): Bump. Fix issue where bumped version is not included.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Sep 27, 2022
1 parent 0f3da09 commit 013cdb4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
path: docs/build/html/
retention-days: 1

# Update the GitHub pages branch
docs_deploy:
name: Deploy docs
runs-on: ubuntu-latest
Expand Down Expand Up @@ -113,6 +112,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: semantic-release
- uses: pypa/cibuildwheel@v2.10.0
env:
CIBW_BUILD: ${{matrix.pyver}}-*
Expand All @@ -129,6 +131,9 @@ jobs:
if: needs.semantic_release_next_version.outputs.version != ''
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: semantic-release
- name: Build sdist
run: pipx run build --sdist
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 013cdb4

Please sign in to comment.