We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f970bb commit 37aa172Copy full SHA for 37aa172
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Setup Node
35
uses: actions/setup-node@v1
36
with:
37
- node-version: 14
+ node-version: 18
38
39
- name: Install Semantic Release dependencies
40
run: |
@@ -74,4 +74,4 @@ jobs:
74
uses: pypa/gh-action-pypi-publish@v1.4.2 # Try to update version tag every release
75
76
password: ${{ secrets.PYPI_TOKEN }}
77
- repository_url: https://upload.pypi.org/legacy/ # This must be changed if testing deploys to test.pypi.org
+ repository_url: https://upload.pypi.org/legacy/ # This must be changed if testing deploys to test.pypi.org
0 commit comments