Skip to content

Commit 5e1cdaa

Browse files
committed
Change source distribution filename to comply with PEP 625
1 parent e5f9d74 commit 5e1cdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ jobs:
9292
pip install -r dev_requirements.txt
9393
pip install twine wheel setuptools
9494
python setup.py sdist bdist_wheel
95-
twine upload --non-interactive dist/dbt_trino-${{env.version_number}}-py3-none-any.whl dist/dbt-trino-${{env.version_number}}.tar.gz
95+
twine upload --non-interactive dist/dbt_trino-${{env.version_number}}-py3-none-any.whl dist/dbt_trino-${{env.version_number}}.tar.gz

0 commit comments

Comments
 (0)