Skip to content

Commit 608823d

Browse files
authored
Switch to using real pypi (#395)
1 parent a0c2909 commit 608823d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ jobs:
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:
@@ -28,10 +25,9 @@ jobs:
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/[email protected]
3330
with:
34-
repository-url: https://test.pypi.org/legacy/
3531
skip-existing: true
3632
verbose: true
3733
print-hash: true

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ jobs:
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/[email protected]
5757
with:
58-
repository-url: https://test.pypi.org/legacy/
5958
skip-existing: true
6059
verbose: true
6160
print-hash: true

0 commit comments

Comments
 (0)