We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9065aea commit 0c7d12cCopy full SHA for 0c7d12c
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
if: github.ref == 'refs/heads/master' && matrix.python-version == '3.8'
49
run: |
50
pip install bump-my-version
51
- sudo npm install -g --save-dev \
+ sudo npm install -g semantic-release \
52
@semantic-release/changelog \
53
@semantic-release/exec \
54
@semantic-release/git \
@@ -63,4 +63,4 @@ jobs:
63
64
pip install build twine
65
python -m build
66
- python -m twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
+ python -m twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
.gitignore
@@ -76,3 +76,4 @@ test/__init__.py
76
77
main/
78
79
+/node_modules
0 commit comments