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

[Python] Fix release workflow for Python #146

Merged
merged 1 commit into from
Jan 7, 2024
Merged

Conversation

brasmusson
Copy link
Contributor

🤔 What's changed?

Polyglot-release cannot handle the version in setup.py if a file pyproject.toml exist in the Python project.
Need to specify the packages-dir forpypa/gh-action-pypi-publish@release/v1

Fixes #20

⚡️ What's your motivation?

Correct the changes in #145

🏷️ What kind of change is this?

  • 🏦 Refactoring/debt/DX (improvement to code design, tooling, documentation etc. without changing behaviour)

♻️ Anything particular you want feedback on?

📋 Checklist:


This text was originally generated from a template, then edited by hand. You can modify the template here.

Polyglot-release cannot handle the version in setup.py if a file
pyproject.toml exist in the Python project.
Need to specify the packages-dir for
pypa/gh-action-pypi-publish@release/v1
@brasmusson brasmusson merged commit ff2e54c into main Jan 7, 2024
28 checks passed
@brasmusson brasmusson deleted the fix-python-release branch January 7, 2024 20:08
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.

Python: Automate releases
1 participant