Skip to content

Commit 7504eb0

Browse files
committed
fix(ci): pypi publishing was targetting test endpoint
1 parent 83024f8 commit 7504eb0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ jobs:
136136
- name: Upload to PyPi prod
137137
if: ${{ !inputs.skip_pypi }}
138138
uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # v1.8.6
139-
with:
140-
repository-url: https://test.pypi.org/legacy/
141139

142140
# March 1st: PyPi test is under maintenance....
143141
# - name: Upload to PyPi test

0 commit comments

Comments
 (0)