Skip to content

Commit

Permalink
Remove uv publish from workflow files
Browse files Browse the repository at this point in the history
- Deleted `uv publish` command from:
- release-cli.yml
- release-control.yml
- release-intervals.yml
- release-poster.yml
- release-sched.yml
- release-schema.yml
- release-snap.yml
- release-worker.yml

This change streamlines the release process 🚀
  • Loading branch information
horta committed Jan 17, 2025
1 parent 705cf2f commit 5104f40
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
run: |
uv sync --all-extras --dev
uv build
uv publish
- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
run: |
uv sync --all-extras --dev
uv build
uv publish
- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-intervals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
run: |
uv sync --all-extras --dev
uv build
uv publish
- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-poster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
run: |
uv sync --all-extras --dev
uv build
uv publish
- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-sched.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
run: |
uv sync --all-extras --dev
uv build
uv publish
- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
run: |
uv sync --all-extras --dev
uv build
uv publish
- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
run: |
uv sync --all-extras --dev
uv build
uv publish
- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
run: |
uv sync --all-extras --dev
uv build
uv publish
- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 5104f40

Please sign in to comment.