File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 path : wheelhouse/
104104
105105 - name : Publish package to testpypi
106- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
106+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
107107 with :
108108 repository_url : https://test.pypi.org/legacy/
109109 user : __token__
@@ -113,7 +113,7 @@ jobs:
113113
114114
115115 - name : Publish package to pypi
116- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
116+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
117117 with :
118118 user : __token__
119119 password : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 path : wheelhouse/
104104
105105 - name : Publish package to testpypi
106- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
106+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
107107 with :
108108 repository_url : https://test.pypi.org/legacy/
109109 user : __token__
@@ -112,7 +112,7 @@ jobs:
112112 verbose : true
113113
114114 - name : Publish package to pypi
115- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
115+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
116116 with :
117117 user : __token__
118118 password : ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments