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:
103
103
name : artifacts_${{ matrix.component }}
104
104
path : dist/${{ matrix.component }}
105
105
- name : Push ${{ matrix.component}} to pypi
106
- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
106
+ uses : pypa/gh-action-pypi-publish@v1
107
107
with :
108
108
user : __token__
109
109
password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 43
43
cd ${{ matrix.component }}
44
44
python -m build
45
45
- name : Push ${{ matrix.component}} to pypi
46
- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
46
+ uses : pypa/gh-action-pypi-publish@v1
47
47
with :
48
48
user : __token__
49
49
password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments