Skip to content

Commit

Permalink
Merge branch 'develop' into fix/suppert-pyproject-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Feb 23, 2024
2 parents a44bb35 + 26e1f10 commit deec58a
Show file tree
Hide file tree
Showing 17 changed files with 640 additions and 53 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20
- uses: actions/setup-python@v4
with:
python-version: '3.x'
Expand All @@ -22,7 +22,7 @@ jobs:
run: |
npm install @semantic-release/git @semantic-release/exec --no-save
python3 -m pip install wheel twine
python3 -m pip install git+https://github.com/pypa/hatch
python3 -m pip install git+https://github.com/pypa/hatch@hatch-v1.9.2
- name: Create Release
env:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# MAC OS
.DS_Store

# VS Code
.vscode/

# Vim Gitignore
## Swap
[._]*.s[a-v][a-z]
Expand Down
Loading

0 comments on commit deec58a

Please sign in to comment.