Skip to content

Commit

Permalink
ci: change wheels name
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jul 4, 2024
1 parent 750db66 commit 0cc57d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/install-graalvm-linux.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/bash
set -e -x



uname -a
dnf install -y zip
apt install -y zip

curl -s "https://get.sdkman.io" | sh -s -- -y
source "$HOME/.sdkman/bin/sdkman-init.sh"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_pyton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels
name: python-package-distributions
path: bindings/python/dist
- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 0cc57d1

Please sign in to comment.