Skip to content

Commit

Permalink
enable release automation (#10165)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <okoenig@nvidia.com>
  • Loading branch information
ko3n1g committed Aug 15, 2024
1 parent 424583e commit d229b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
}'
)
echo curl -L \
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.PAT }}" \
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
echo Proceed with uploading wheel...
cd ${{ github.run_id }}
python3 -m pip install --upgrade twine
echo python3 -m twine upload --repository pypi dist/*
python3 -m twine upload --repository pypi dist/*
- name: notify
run: |
Expand Down

0 comments on commit d229b1b

Please sign in to comment.