Skip to content

Commit 8f1ea08

Browse files
committed
chore: set repoUrl to TestPyPI
1 parent ea2e3dd commit 8f1ea08

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ jobs:
3030
env:
3131
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3232
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
33-
TWINE_REPOSITORY: testpypi
3433
run: npx semantic-release

.releaserc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"plugins": [
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",
6-
"semantic-release-pypi",
6+
[
7+
"semantic-release-pypi",
8+
{
9+
"repoUrl": "https://test.pypi.org/legacy/"
10+
}
11+
],
712
"@semantic-release/github",
813
[
914
"@semantic-release/git",

0 commit comments

Comments
 (0)