Skip to content

Conversation

@jenningsanderson
Copy link
Collaborator

Adds make publish command for publishing all packages.

Currently uses Overture's AWS CodeArtifact as target but this should be turned into a public PyPi endpoint when we're ready!

publish-core:
@echo "Publishing overture-schema-core..."
uv build --package overture-schema-core
uv publish --index overture dist/overture_schema_core-*.whl dist/overture_schema_core-*.tar.gz
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does uv publish determine the version number to publish?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation 🦾 Change/enhance automation of a process

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants