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

Automate release on PyPI #18

Open
bobleesj opened this issue Jul 10, 2024 · 1 comment
Open

Automate release on PyPI #18

bobleesj opened this issue Jul 10, 2024 · 1 comment
Assignees
Labels
1.0.3 enhancement New feature or request

Comments

@bobleesj
Copy link
Owner

In 1.0.3, I want to automatically upload the source code to PyPI instead of manually performing

# Create the distribution files
python -m build

# Upload
twine upload dist/*   

The quacc has a great example. I will try this in 1.0.3.

https://github.com/Quantum-Accelerators/quacc/blob/main/.github/workflows/release.yaml

@bobleesj bobleesj added enhancement New feature or request 1.0.3 labels Jul 10, 2024
@bobleesj bobleesj self-assigned this Jul 10, 2024
@bobleesj
Copy link
Owner Author

bobleesj commented Jul 10, 2024

Great! At least now the release action step is triggered here https://github.com/bobleesj/cifkit/actions/runs/9866835915

I look forward to this in 1.0.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.0.3 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant