Skip to content

Commit 0c7d12c

Browse files
authored
feat(release): fixed ci workflow (#73)
Signed-off-by: Ujjwal Kumar <[email protected]>
1 parent 9065aea commit 0c7d12c

File tree

4 files changed

+2802
-2971
lines changed

4 files changed

+2802
-2971
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: github.ref == 'refs/heads/master' && matrix.python-version == '3.8'
4949
run: |
5050
pip install bump-my-version
51-
sudo npm install -g --save-dev \
51+
sudo npm install -g semantic-release \
5252
@semantic-release/changelog \
5353
@semantic-release/exec \
5454
@semantic-release/git \
@@ -63,4 +63,4 @@ jobs:
6363
run: |
6464
pip install build twine
6565
python -m build
66-
python -m twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
66+
python -m twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ test/__init__.py
7676

7777
main/
7878

79+
/node_modules

0 commit comments

Comments
 (0)