File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 9
9
name : pre-release django-prometheus
10
10
permissions :
11
11
id-token : write
12
- # environment:
13
- # name: pypi
14
- # url: https://test.pypi.org/p/django-prometheus/
15
12
steps :
16
13
- uses : actions/checkout@v3
17
14
with :
28
25
run : python update_version_from_git.py
29
26
- name : Build
30
27
run : python -m build
31
- - name : Publish to TEST PyPI
28
+ - name : Publish to PyPI
32
29
33
30
with :
34
- repository-url : https://test.pypi.org/legacy/
35
31
skip-existing : true
36
32
verbose : true
37
33
print-hash : true
Original file line number Diff line number Diff line change 52
52
pip install wheel setuptools packaging twine build --upgrade
53
53
- name : Build
54
54
run : python -m build
55
- - name : Publish to TEST PyPI
55
+ - name : Publish to PyPI
56
56
57
57
with :
58
- repository-url : https://test.pypi.org/legacy/
59
58
skip-existing : true
60
59
verbose : true
61
60
print-hash : true
You can’t perform that action at this time.
0 commit comments