Skip to content
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

Deploy to PyPI #79

Open
cartermak opened this issue Sep 8, 2023 · 0 comments
Open

Deploy to PyPI #79

cartermak opened this issue Sep 8, 2023 · 0 comments
Labels
enhancement New/improved features and capabilities

Comments

@cartermak
Copy link
Member

cartermak commented Sep 8, 2023

Noting the build instructions I'm pulling from the README until we deploy:

Deployment

To deploy a new version of aerie-cli:

  • Verify the version number in pyproject.toml is incremented from the current version in PyPI
  • Clear out any previous build artifacts, if present, from the root of the repository:
    rm -rf dist/
  • Build the project using Poetry:
    poetry build

To upload to PyPI, use twine:

python3 -m twine upload dist/*

Details can be found in the twine documentation.

@cartermak cartermak added the enhancement New/improved features and capabilities label Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New/improved features and capabilities
Projects
None yet
Development

No branches or pull requests

1 participant