Skip to content

Commit ddb4b90

Browse files
authored
Merge pull request #725 from staticdev/ci/readd-dev-release
Rename release dev workflow
2 parents a02fd8b + d601ccc commit ddb4b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Release Dev
22
on:
33
push:
44
branches:
@@ -40,4 +40,4 @@ jobs:
4040
with:
4141
user: __token__
4242
password: ${{ secrets.TEST_PYPI_TOKEN }}
43-
repository_url: https://test.pypi.org/legacy/
43+
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)