Skip to content

Commit

Permalink
chore: Remove frozen requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Oct 14, 2022
1 parent 0b507ad commit 42d2d53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
target: ${{ matrix.target }}
manylinux: ${{ matrix.manylinux || 'auto' }}
container: ${{ matrix.container }}
args: --release --strip --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10' }}
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10' }}
rust-toolchain: stable

- run: ${{ matrix.ls || 'ls -lh' }} dist/
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ classifiers = [
bindings = "pyo3"
profile = "release"
strip = true
frozen = true

[project.urls]
releases = "https://github.com/sondrelg/self-limiters/releases"
Expand Down

0 comments on commit 42d2d53

Please sign in to comment.