-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
Disabling upload
per-project
#278
Comments
Hey! You can do pypi/warehouse#5440 [project]
...
classifiers = [
"Private :: Do Not Upload",
] |
Yes I have that too! I do think that still "sends bits" to pypi.org, no? And then PyPi sees the classifier, and rejects it? I know that's splitting hairs, but if I'm correct about that logic, I'd ideally want something to prevent It seems like that specific case isn't supported, so if my |
fyi #342 |
For private package development, I've always been afraid of
twine
and similar tools' "by-default" behavior when it comes to publishing packages. I love thehatch version ...
syntax, and the easy and fast builds and plugins, so I'd to have it as an option for in-house standard builds.Is there any way to remove the default repository URL for
hatch
on a per-project basis? Something inpyproject.toml
to specify the repository URL, so it isn't the public PyPi?I know I can do so via the user
config
file, as described here, but I'd ideally like to specify this for every project, so someone would have to edit the config file or supply a command-line argument to upload to PyPi.Is this supported?
The text was updated successfully, but these errors were encountered: