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 99 name : pre-release django-prometheus
1010 permissions :
1111 id-token : write
12- # environment:
13- # name: pypi
14- # url: https://test.pypi.org/p/django-prometheus/
1512 steps :
1613 - uses : actions/checkout@v3
1714 with :
2825 run : python update_version_from_git.py
2926 - name : Build
3027 run : python -m build
31- - name : Publish to TEST PyPI
28+ - name : Publish to PyPI
3229 uses : pypa/gh-action-pypi-publish@v1.8.5
3330 with :
34- repository-url : https://test.pypi.org/legacy/
3531 skip-existing : true
3632 verbose : true
3733 print-hash : true
Original file line number Diff line number Diff line change 5252 pip install wheel setuptools packaging twine build --upgrade
5353 - name : Build
5454 run : python -m build
55- - name : Publish to TEST PyPI
55+ - name : Publish to PyPI
5656 uses : pypa/gh-action-pypi-publish@v1.8.5
5757 with :
58- repository-url : https://test.pypi.org/legacy/
5958 skip-existing : true
6059 verbose : true
6160 print-hash : true
You can’t perform that action at this time.
0 commit comments