Commit 8b7034d
authored
[chore] Fix uv publishing (#108)
Why
===
I missed the significance of `--locked` vs `--frozen` when setting up
for publishing.
What changed
============
- Using `--frozen` to _verify_ `uv.lock` but permit metadata changes
(like the package `version` that gets updated prior to publishing)
- Adding missing package classifiers
Test plan
=========
Can we publish? Can we install? Does the installed package work?1 parent 1a24d9c commit 8b7034d
File tree
4 files changed
+15
-7
lines changed- .github/workflows
4 files changed
+15
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
10 | 22 | | |
11 | 23 | | |
12 | 24 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments