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

feat: add workflow for package publishing and update version to 0.1.0rc1 #7

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

leodiegues
Copy link
Collaborator

@leodiegues leodiegues commented Nov 19, 2024

This pull request includes changes to automate the publishing process for the package and updates to the package metadata in pyproject.toml. The most important changes are summarized below:

CI/CD Automation:

  • .github/workflows/publish.yml: Added a new GitHub Actions workflow to publish the package when a release is created. This workflow sets up the necessary environment, builds the package, and publishes it using a secret token.

Package Metadata:

  • pyproject.toml: Updated the package version from 0.1.0-rc0 to 0.1.0rc1 and added classifiers for better categorization and compatibility information.

Closes #3

@leodiegues leodiegues self-assigned this Nov 19, 2024
@leodiegues leodiegues merged commit 72d166e into main Nov 19, 2024
10 checks passed
@leodiegues leodiegues deleted the deploy/pypi branch November 19, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: add package to Pypi
1 participant