Skip to content

Commit d8072fc

Browse files
Update job
Signed-off-by: Andy Kwok <andy.kwok@improving.com>
1 parent 8cffc36 commit d8072fc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,9 @@ jobs:
4747
body_path: release_message.md
4848
files: ./dist/nx_neptune-*.whl
4949

50+
- name: Publish
51+
env:
52+
TWINE_USERNAME: __token__
53+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
54+
run: |
55+
twine upload dist/*

0 commit comments

Comments
 (0)