Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Jun 28, 2024
1 parent 3387f15 commit d451448
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: "release"
on:
release:
types: ["published"]
env:
UV_SYSTEM_PYTHON: "true"
jobs:
release:
permissions:
Expand All @@ -21,8 +19,6 @@ jobs:
url: "https://pypi.org/p/boilercv"
steps:
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
with:
submodules: true
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
with:
python-version: "${{ matrix.python }}"
Expand Down

0 comments on commit d451448

Please sign in to comment.