Skip to content

Commit

Permalink
publish options
Browse files Browse the repository at this point in the history
  • Loading branch information
JRubics committed Feb 4, 2024
1 parent b0c6fa1 commit 330c18c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The following will build and publish the python package to the PyPI using the la
pypi_token: ${{ secrets.PYPI_TOKEN }}
```
Python and poetry versions can be specified in inputs as well as the build_format, allow_poetry_pre_release and poetry_install_options.
Python and poetry versions can be specified in inputs as well as the build_format, allow_poetry_pre_release, poetry_install_options and poetry_publish_options.
```yaml
- name: Build and publish to pypi
Expand All @@ -97,6 +97,7 @@ Python and poetry versions can be specified in inputs as well as the build_forma
build_format: "sdist"
allow_poetry_pre_release: "yes"
poetry_install_options: "--sync --no-root"
poetry_publish_options: "--dry-run"
```
Repository can be changed to TestPyPI or a private wheels repo by specifying repository_name and repository_url.
Expand Down

0 comments on commit 330c18c

Please sign in to comment.