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 184e579 commit cf7040aCopy full SHA for cf7040a
.github/workflows/release.yml
@@ -42,13 +42,13 @@ jobs:
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
- name: Publish package
45
- uses: pypa/gh-action-pypi-publish@v1.8.12
+ uses: pypa/gh-action-pypi-publish@v1.8.14
46
with:
47
user: __token__
48
password: ${{ secrets.PYPI_API_TOKEN }}
49
packages-dir: dist
50
- name: Publish wrapper package
51
52
53
54
0 commit comments