We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a02fd8b + d601ccc commit ddb4b90Copy full SHA for ddb4b90
1 file changed
.github/workflows/release-dev.yml
@@ -1,4 +1,4 @@
1
-name: Release
+name: Release Dev
2
on:
3
push:
4
branches:
@@ -40,4 +40,4 @@ jobs:
40
with:
41
user: __token__
42
password: ${{ secrets.TEST_PYPI_TOKEN }}
43
- repository_url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
0 commit comments