Commit 9fdd8fe
authored
Use trusted publishing to simplify deployment (#73)
# References and relevant issues
One of the most difficult things for me when starting was adding an API
key to publish to PyPI. Even today, it's one of the most tedious parts
of publishing a package.
This PR instead uses the newer OIDC trusted publishing through PyPI
which requires no API Key. Instead, you add a new pending publisher via
your PyPI account. This is more secure _and_ simpler than before!
I have tested this today with a new plugin to ensure it works correctly.
:)1 parent a8f277d commit 9fdd8fe
2 files changed
+11
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
363 | | - | |
364 | | - | |
| 362 | + | |
| 363 | + | |
365 | 364 | | |
366 | 365 | | |
367 | 366 | | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
376 | 371 | | |
377 | 372 | | |
378 | 373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
79 | | - | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 85 | | |
89 | 86 | | |
90 | | - | |
| 87 | + | |
| 88 | + | |
0 commit comments