Skip to content

Commit

Permalink
Wheels use underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeberesford-palmetto committed Dec 9, 2022
1 parent caabf29 commit f6284fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/palm-dbt-${{steps.get_version.outputs.VERSION}}-py3-none-any.whl
asset_name: palm-dbt--${{steps.get_version.outputs.VERSION}}-py3-none-any.whl
asset_path: ./dist/palm_dbt-${{steps.get_version.outputs.VERSION}}-py3-none-any.whl
asset_name: palm_dbt--${{steps.get_version.outputs.VERSION}}-py3-none-any.whl
asset_content_type: application/wheel

- name: Publish package
Expand Down

0 comments on commit f6284fb

Please sign in to comment.