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 8756823 + fa0cbac commit 1c8cffeCopy full SHA for 1c8cffe
.github/workflows/build-release.yaml
@@ -103,7 +103,7 @@ jobs:
103
name: artifacts_${{ matrix.component }}
104
path: dist/${{ matrix.component }}
105
- name: Push ${{ matrix.component}} to pypi
106
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@release/v1
107
with:
108
user: __token__
109
password: ${{ secrets.PYPI_API_TOKEN }}
.github/workflows/dev-release.yaml
@@ -43,7 +43,7 @@ jobs:
43
cd ${{ matrix.component }}
44
python -m build
45
46
47
48
49
0 commit comments