Publishing iOS without giving apple password

Is it possible to publish as a standalone iOS app without giving my apple ID password to exp (+ disabling 2fa)? I’d be fine with lots more manual steps to avoid that.

I have read the docs here: https://docs.expo.io/versions/v19.0.0/guides/building-standalone-apps.html

You’d have to detach and build the Xcode project yourself. Building an iOS app requires dealing with provisioning profile and push notification keys that requires connecting to the Apple Developer Center, hence why the Expo standalone app builders need to connect to Apple on your behalf.