File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 name : artifacts_${{ matrix.component }}
104104 path : dist/${{ matrix.component }}
105105 - name : Push ${{ matrix.component}} to pypi
106- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
106+ uses : pypa/gh-action-pypi-publish@v1
107107 with :
108108 user : __token__
109109 password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 4343 cd ${{ matrix.component }}
4444 python -m build
4545 - name : Push ${{ matrix.component}} to pypi
46- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
46+ uses : pypa/gh-action-pypi-publish@v1
4747 with :
4848 user : __token__
4949 password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments