Closed edgarrmondragon closed 4 months ago
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Relates to #380 and #469
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
This fixes the PyPI publishing step by bumping the pypa/gh-action-pypi-publish action to the latest tag (v1.9.0).
pypa/gh-action-pypi-publish
You can see the failure in https://github.com/snowflakedb/snowflake-sqlalchemy/actions/runs/9845961499/job/27182670129:
InvalidDistribution: Metadata is missing required fields: Name, Version. Make sure the distribution includes the files where those fields are specified, and is using a supported Metadata-Version: 1.0, 1.1, 1.2, 2.0, 2.1, 2.2.
See https://github.com/pypa/gh-action-pypi-publish/pull/219 and https://discuss.python.org/t/status-or-funding-for-metadata-2-2-in-pypi/46137/36 for more details.
All contributors have signed the CLA ✍️ ✅Posted by the CLA Assistant Lite bot.
I have read the CLA Document and I hereby sign the CLA
I guess closing this in favor of #520
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Relates to #380 and #469
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
This fixes the PyPI publishing step by bumping the
pypa/gh-action-pypi-publish
action to the latest tag (v1.9.0).You can see the failure in https://github.com/snowflakedb/snowflake-sqlalchemy/actions/runs/9845961499/job/27182670129:
See https://github.com/pypa/gh-action-pypi-publish/pull/219 and https://discuss.python.org/t/status-or-funding-for-metadata-2-2-in-pypi/46137/36 for more details.