# publishing

`speakeasy configure publishing`  

Configure Speakeasy for publishing.  

## Details

Configure your Speakeasy workflow to publish to package managers from your github repo.

## Usage

```
speakeasy configure publishing [flags]
```

### Options

```
  -h, --help                        help for publishing
      --pypi-trusted-publishing     use PyPI trusted publishing instead of API tokens for Python targets
  -d, --workflow-directory string   directory of speakeasy workflow file
```

### Options inherited from parent commands

```
      --logLevel string   the log level (available options: [info, warn, error]) (default "info")
```

### Parent Command

* [speakeasy configure](/docs/speakeasy-reference/cli/configure)	 - Configure your Speakeasy SDK Setup.
