File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11
11
steps :
12
12
- name : Checkout repository
13
13
uses : actions/checkout@v2
14
+ with :
15
+ persist-credentials : false
14
16
15
17
- name : Set up Python
16
18
uses : actions/setup-python@v2
36
38
- name : Publish distribution package to Test PyPI
37
39
uses : pypa/gh-action-pypi-publish@master
38
40
with :
39
- password : ${{ secrets.TEST_PYPI_API_TOKEN }}
40
41
repository_url : https://test.pypi.org/legacy/
41
42
42
43
- name : Publish distribution package to PyPI
43
44
if : startsWith(github.ref, 'refs/tags')
44
45
uses : pypa/gh-action-pypi-publish@master
45
- with :
46
- password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- name : Checkout repository
25
25
uses : actions/checkout@v2
26
+ with :
27
+ persist-credentials : false
26
28
27
29
- name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
28
30
uses : actions/setup-python@v2
You can’t perform that action at this time.
0 commit comments