Skip to content

Commit b02f5f3

Browse files
remove auto gen release wf
1 parent f17fd46 commit b02f5f3

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,4 @@ jobs:
7070
cd mpcontribs-lux
7171
python${{ matrix.python-version }} -m pip install -r requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt
7272
python${{ matrix.python-version }} -m pip install -e .
73-
python${{ matrix.python-version }} -m pytest -n auto -x --cov=mpcontribs/lux --cov-report=xml
74-
75-
76-
auto-gen-release:
77-
needs:
78-
- test
79-
runs-on: ubuntu-latest
80-
env:
81-
GITHUB_TOKEN: ${{ secrets.PAT }}
82-
steps:
83-
- uses: rymndhng/release-on-push-action@v0.28.0
84-
with:
85-
bump_version_scheme: norelease
73+
python${{ matrix.python-version }} -m pytest -n auto -x --cov=mpcontribs/lux --cov-report=xml

0 commit comments

Comments
 (0)