File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 72
72
73
73
- name : Publish package to TestPyPI
74
74
if : github.event_name == 'push'
75
- uses : pypa/gh-action-pypi-publish@v1.7 .1
75
+ uses : pypa/gh-action-pypi-publish@v1.8 .1
76
76
with :
77
77
user : __token__
78
78
password : ${{ secrets.TESTPYPI_TOKEN }}
90
90
name : releases
91
91
path : dist
92
92
- name : Publish package to PyPI
93
- uses : pypa/gh-action-pypi-publish@v1.7 .1
93
+ uses : pypa/gh-action-pypi-publish@v1.8 .1
94
94
with :
95
95
user : __token__
96
96
password : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 78
78
79
79
- name : Publish package to TestPyPI
80
80
if : github.event_name == 'push'
81
- uses : pypa/gh-action-pypi-publish@v1.7 .1
81
+ uses : pypa/gh-action-pypi-publish@v1.8 .1
82
82
with :
83
83
user : __token__
84
84
password : ${{ secrets.TESTPYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments