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.
2 parents 23efe0d + 4b10685 commit 18199beCopy full SHA for 18199be
.github/workflows/docs.yml
@@ -39,7 +39,7 @@ jobs:
39
fi
40
41
- name: Set up Node.js
42
- uses: actions/setup-node@v4.1.0
+ uses: actions/setup-node@v4.2.0
43
with:
44
node-version: 18
45
cache: yarn
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build package
22
run: poetry build
23
- name: Publish package
24
- uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
25
26
user: __token__
27
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments