We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1791e07 commit 3df9600Copy full SHA for 3df9600
1 file changed
.github/workflows/ci.yml
@@ -233,5 +233,7 @@ jobs:
233
with:
234
user: "__token__"
235
password: "${{ secrets.PYPI_API_TOKEN }}"
236
+ # Using PyPi dev.
237
+ repository_url: "https://test.pypi.org/legacy/"
238
needs:
239
- "pytest"
0 commit comments