Skip to content

Commit d3a5bc2

Browse files
remove auto release on push to main in workflow - action is unmaintained
1 parent 9a20edb commit d3a5bc2

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/testing.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ concurrency:
1515
jobs:
1616
test:
1717
strategy:
18-
max-parallel: 2
1918
matrix:
2019
os: ["ubuntu-latest"]
2120
python-version: ["3.11", "3.12"]
@@ -64,13 +63,3 @@ jobs:
6463
with:
6564
token: ${{ secrets.CODECOV_TOKEN }}
6665
file: ./coverage.xml
67-
68-
auto-gen-release:
69-
needs: [test]
70-
runs-on: ubuntu-latest
71-
env:
72-
GITHUB_TOKEN: ${{ secrets.API_VER_BUMP_TOKEN }}
73-
steps:
74-
- uses: rymndhng/release-on-push-action@v0.20.0
75-
with:
76-
bump_version_scheme: norelease

0 commit comments

Comments
 (0)