Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! fixup! fixup! fixup! fixup! Workflow for release
  • Loading branch information
juditnovak committed May 16, 2023
1 parent 687f12d commit de2df90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
# check if release is now published and available
echo "Downloading latest available Spark wheel package release v${{env.VERSION}}."
wget ${{ GITHUB_SERVER_URL }}/${{ GITHUB_REPOSITORY }}/${{ DOWNLOADS_PATH }}/v${{env.VERSION}}/${{env.PKG_NAME}}-${{env.VERSION}}-py3-none-any.whl --no-check-certificate
wget $GITHUB_SERVER_URL/${{ GITHUB_REPOSITORY }}/${{ DOWNLOADS_PATH }}/v${{env.VERSION}}/${{env.PKG_NAME}}-${{env.VERSION}}-py3-none-any.whl --no-check-certificate
- id: install-package
name: Install wheel package file
run: |
Expand Down

0 comments on commit de2df90

Please sign in to comment.