We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dfd78 commit 60fc41cCopy full SHA for 60fc41c
.github/workflows/release-check.yml
@@ -39,4 +39,4 @@ jobs:
39
run: |
40
poetry install
41
poetry build
42
- poetry publish --repository testpypi -u $_USER -p $_PASSWORD
+ poetry publish --repository testpypi -u $_USERNAME -p $_PASSWORD
.github/workflows/release.yml
@@ -48,4 +48,4 @@ jobs:
48
49
50
51
- poetry publish -u $_USER -p $_PASSWORD
+ poetry publish -u $_USERNAME -p $_PASSWORD
0 commit comments