Skip to content

Commit

Permalink
Merge pull request #725 from staticdev/ci/readd-dev-release
Browse files Browse the repository at this point in the history
Rename release dev workflow
  • Loading branch information
staticdev authored Jan 25, 2025
2 parents a02fd8b + d601ccc commit ddb4b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Release Dev
on:
push:
branches:
Expand Down Expand Up @@ -40,4 +40,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/

0 comments on commit ddb4b90

Please sign in to comment.