File tree 1 file changed +5
-7
lines changed 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -17,29 +17,27 @@ jobs:
17
17
TOX_PARALLEL_NO_SPINNER : 1
18
18
19
19
steps :
20
+
20
21
- name : Switch to using Python 3.8 by default
21
22
uses : actions/setup-python@v2
22
23
with :
23
24
python-version : 3.8
25
+
24
26
- name : Install tox
25
27
run : >-
26
28
python3 -m
27
29
pip install
28
30
--user
29
31
tox
32
+
30
33
- name : Check out src from Git
31
34
uses : actions/checkout@v2
32
35
with :
33
36
fetch-depth : 0 # needed by setuptools-scm
37
+
34
38
- name : Build dists
35
39
run : python -m tox
36
- - name : Publish to test.pypi.org
37
- if : >- # "create" workflows run separately from "push" & "pull_request"
38
- github.event_name == 'release'
39
- uses : pypa/gh-action-pypi-publish@master
40
- with :
41
- password : ${{ secrets.testpypi_password }}
42
- repository_url : https://test.pypi.org/legacy/
40
+
43
41
- name : Publish to pypi.org
44
42
if : >- # "create" workflows run separately from "push" & "pull_request"
45
43
github.event_name == 'release'
You can’t perform that action at this time.
0 commit comments