Skip to content

Commit

Permalink
ci: add noop release check
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Aug 29, 2024
1 parent 3d0d7ad commit 80055e7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 43 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,25 @@ jobs:
pip install -e '.[dev]'
- name: Invoke PyTest
run: pytest -v .

semantic_release:
runs-on: ubuntu-latest
name: Semantic release noop
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel "build<0.10.0" python-semantic-release
- name: Python Semantic Release
id: release
uses: python-semantic-release/[email protected]
with:
root_options: -vv --noop
43 changes: 0 additions & 43 deletions .github/workflows/push_to_release.yaml

This file was deleted.

0 comments on commit 80055e7

Please sign in to comment.