Expo says 'Publish complete' but the build does not show up

I run publish and it says it has succeeded, but when I check the project page, it does not show any builds, not even anything pending.

In CLI, I get:

Uploading JavaScript bundles
Publish complete

๐Ÿ“  Manifest: https://exp.host/@expresso/steva/index.exp?sdkVersion=40.0.0 Learn more: https://expo.fyi/manifest-url
โš™๏ธ   Project page: https://expo.io/@expresso/steva Learn more: https://expo.fyi/project-page

Here are the results of expo-cli diagnostics:

Expo CLI 4.4.1 environment info:
    System:
      OS: macOS 10.15.7
      Shell: 3.2.57 - /bin/bash
    Binaries:
      Node: 12.18.3 - ~/.nvm/versions/node/v12.18.3/bin/node
      Yarn: 1.22.10 - /usr/local/bin/yarn
      npm: 7.7.5 - ~/.nvm/versions/node/v12.18.3/bin/npm
      Watchman: 4.9.0 - /usr/local/bin/watchman
    SDKs:
      iOS SDK:
        Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1
      Android SDK:
        API Levels: 23, 26, 28, 29, 30
        Build Tools: 23.0.1, 23.0.3, 26.0.1, 28.0.3, 29.0.2, 30.0.2, 30.0.3
        System Images: android-28 | Intel x86 Atom_64, android-29 | Intel x86 Atom_64, android-29 | Google APIs Intel x86 Atom, android-30 | Google APIs Intel x86 Atom
    IDEs:
      Android Studio: 4.1 AI-201.8743.12.41.7042882
      Xcode: 11.3.1/11C505 - /usr/bin/xcodebuild
    npmPackages:
      expo: ~40.0.0 => 40.0.0 
      react: 16.13.1 => 16.13.1 
      react-dom: 16.13.1 => 16.13.1 
      react-native: https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz => 0.63.2 
      react-native-web: ~0.13.12 => 0.13.18 
    npmGlobalPackages:
      expo-cli: 4.3.2
    Expo Workflow: managed

Hey @owhf0whf, publishing is different than building. Hereโ€™s the docs of building and hereโ€™s the guide on publishing.

We donโ€™t have a page that displays your publications but you can view the history via the command expo publish:history.

Cheers,
Adam

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.