We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2e3dd commit 8f1ea08Copy full SHA for 8f1ea08
.github/workflows/release.yml
@@ -30,5 +30,4 @@ jobs:
30
env:
31
GH_TOKEN: ${{ secrets.GH_TOKEN }}
32
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
33
- TWINE_REPOSITORY: testpypi
34
run: npx semantic-release
.releaserc.json
@@ -3,7 +3,12 @@
3
"plugins": [
4
"@semantic-release/commit-analyzer",
5
"@semantic-release/release-notes-generator",
6
- "semantic-release-pypi",
+ [
7
+ "semantic-release-pypi",
8
+ {
9
+ "repoUrl": "https://test.pypi.org/legacy/"
10
+ }
11
+ ],
12
"@semantic-release/github",
13
[
14
"@semantic-release/git",
0 commit comments