Skip to content

Commit

Permalink
feat(release): fixed ci workflow (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: Ujjwal Kumar <[email protected]>
  • Loading branch information
uibm authored Jan 7, 2025
1 parent 9065aea commit 0c7d12c
Show file tree
Hide file tree
Showing 4 changed files with 2,802 additions and 2,971 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: github.ref == 'refs/heads/master' && matrix.python-version == '3.8'
run: |
pip install bump-my-version
sudo npm install -g --save-dev \
sudo npm install -g semantic-release \
@semantic-release/changelog \
@semantic-release/exec \
@semantic-release/git \
Expand All @@ -63,4 +63,4 @@ jobs:
run: |
pip install build twine
python -m build
python -m twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
python -m twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ test/__init__.py

main/

/node_modules
Loading

0 comments on commit 0c7d12c

Please sign in to comment.