Skip to content

Commit 7520f3b

Browse files
committed
twine credentials
1 parent d1df9fd commit 7520f3b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/actions.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,15 @@ jobs:
107107
with:
108108
name: wheels
109109
path: wheels
110-
- run: |
110+
- name: Publish dist
111+
run: |
111112
python setup.py sdist
112113
tree wheels
113114
tree dist
114115
twine upload dist/* wheels/*
116+
env:
117+
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
118+
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
115119
- uses: marvinpinto/action-automatic-releases@latest
116120
with:
117121
repo_token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)