Skip to content

ci #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open

ci #1

Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
4ddbf0a
Fix CI (#940)
mhils Aug 24, 2023
afc23a2
error if force-include source is not found
mhils Aug 23, 2023
369d7c7
Fix nushell (#922)
flying-sheep Aug 25, 2023
b8a7bb7
Add nestable terminal status utility (#949)
ofek Aug 28, 2023
7dac985
Fix nushell on Windows (#958)
ofek Sep 3, 2023
6d48b0d
Implement Python management (#970)
ofek Sep 15, 2023
166ddd1
Only enable management commands for standalone binaries (#973)
ofek Sep 20, 2023
8aa2cec
Fix tests (#989)
ofek Oct 8, 2023
dc961c4
Docs: automate creation of double project.toml/hatch.toml tabs (#966)
oprypin Oct 8, 2023
6a1f8dc
Bump actions/checkout from 3 to 4 (#979)
dependabot[bot] Oct 8, 2023
a903963
Improve terminal logic (#990)
ofek Oct 8, 2023
68c8caf
Build flat package for macOS (#974)
ofek Oct 9, 2023
0003dc8
Reorder tabs for standalone binary installation
ofek Oct 9, 2023
637808e
Support Python 3.12 (#991)
ofek Oct 9, 2023
9d62c6e
Fix example in docs (#994)
acuba001 Oct 11, 2023
5c74260
Update documentation (#1007)
ofek Oct 20, 2023
ba08a91
Propose `__TOKEN__` as default when prompting a username for `hatch p…
vemonet Oct 22, 2023
09323b5
Automatically download Python distributions for `virtual` environment…
ofek Oct 22, 2023
1d9e002
Add more docs (#1009)
ofek Oct 22, 2023
bb76706
Update fine-grained versioning for CPython distributions (#1010)
ofek Oct 23, 2023
838b494
feat: update templates to include Python 3.12 (#1000)
bernardcooke53 Oct 23, 2023
c77df9d
Fix handling of metadata and Python resolution (#1014)
ofek Oct 26, 2023
3859562
Clarify default file selection for wheels (#1015)
Hnasar Oct 26, 2023
2ec7c3b
Don't check environments if dependencies have not changed (#1017)
ofek Oct 28, 2023
02eb803
Support build backends other than Hatchling (#1018)
ofek Oct 29, 2023
8cf7f40
Revert "Clarify default file selection for wheels" (#1023)
ofek Oct 31, 2023
dc3b0bd
How to add dependencies in more detail (#1021)
simonw Nov 1, 2023
9c2f74b
Update style (#1031)
ofek Nov 6, 2023
e7d73d8
More style updates (#1033)
ofek Nov 6, 2023
b28c861
Add a contributing page (#1034)
vemonet Nov 6, 2023
66b7384
Update style (#1039)
ofek Nov 11, 2023
1e7f8ff
Update style (#1040)
ofek Nov 13, 2023
3cab593
Fix ignored lint error
ofek Nov 13, 2023
977f882
Enable Ruff preview (#1045)
ofek Nov 19, 2023
a0f2bd6
Add versioningit to list of third-party version source plugins (#1046)
jwodder Nov 19, 2023
d666ae7
Fix console_scripts validation. (#1056)
Wim-De-Clercq Nov 23, 2023
0cb3f0d
Add hatch-pip-compile to list of third-party environment plugins (#1059)
oprypin Nov 25, 2023
06744d8
Add hatch-mkdocs to list of third-party environment collector plugin…
oprypin Nov 25, 2023
6c252f8
Upgrade Ruff (#1061)
ofek Nov 25, 2023
12b4b3e
Add `fmt` command (#1062)
ofek Nov 26, 2023
15deaf8
Persist default Ruff configuration (#1063)
ofek Nov 26, 2023
86393f9
Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.10 (#955)
dependabot[bot] Nov 26, 2023
63d676b
Handle nonzero version epoch in StandardScheme (fix #1032) (#1036)
object-Object Nov 26, 2023
0326e47
Virtual envirnoment data dir issues when using local directory (#1022)
apatsekin Nov 26, 2023
feacd65
Allow using an empty string for the `sources` option to add a prefix …
ofek Nov 26, 2023
ffc2d68
Merge branch 'master' into pr/941
ofek Nov 26, 2023
e761bf1
reorder release note
ofek Nov 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Clarify default file selection for wheels" (pypa#1023)
Revert "Clarify default file selection for wheels (pypa#1015)"

This reverts commit 3859562.
  • Loading branch information
ofek authored Oct 31, 2023
commit 8cf7f40121f3264552d45a005c747910c288ade3
2 changes: 1 addition & 1 deletion docs/plugins/builder/wheel.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ When the user has not set any [file selection](../../config/build.md#file-select
2. `src/<NAME>/__init__.py`
3. `<NAME>.py`
4. `<NAMESPACE>/<NAME>/__init__.py`
5. Otherwise, every Python package and every file that does not start with the word `test` will be included
5. Otherwise, every Python package and file that does not start with the word `test` will be included

## Reproducibility

Expand Down