Skip to content

Commit

Permalink
ci: replace node semantic-release with python-semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
SplinterHead committed Sep 27, 2024
1 parent 1eafb14 commit 040abd9
Show file tree
Hide file tree
Showing 5 changed files with 842 additions and 399 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
if: github.ref == 'refs/heads/main' && success()
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: python-semantic-release/python-semantic-release@v9.8.9
with:
node-version: 22
- run: npx semantic-release --yes
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
github_token: ${{ secrets.GH_TOKEN }}
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
.pytest_cache/
__pycache__/

package-lock.json
package.json
node_modules/

*.pyc

config/
7 changes: 0 additions & 7 deletions .releaserc

This file was deleted.

Loading

0 comments on commit 040abd9

Please sign in to comment.